Package | Description |
---|---|
com.arjuna.ats.internal.jts.recovery.contact | |
com.arjuna.orbportability.common | |
com.arjuna.orbportability.event |
Modifier and Type | Class and Description |
---|---|
class |
RecoveryContactWriter
An instance of this object is registered so as to be invoked when any
CORBA object is constructed, but ignores everything except the first ArjunaFactory
On seeing an ArjunaFactory, it causes a FactoryContactItem to be saved and
deregisters itself
(and thus relies on the fact (true for 2.1) that any ArjunaFactory can be used to
find the status of any transaction.
|
Modifier and Type | Method and Description |
---|---|
List<EventHandler> |
OrbPortabilityEnvironmentBean.getEventHandlers()
Returns the set of EventHandler instances.
|
Modifier and Type | Method and Description |
---|---|
void |
OrbPortabilityEnvironmentBean.setEventHandlers(List<EventHandler> eventHandlers)
Sets the instances of EventHandler.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EventManager.addHandler(EventHandler h)
Add the specified handler.
|
boolean |
EventManager.removeHandler(EventHandler h)
Remove the specified handler.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.