Uses of Interface
com.arjuna.orbportability.event.EventHandler
Package
Description
-
Uses of EventHandler in com.arjuna.ats.internal.jts.recovery.contact
Modifier and TypeClassDescriptionclass
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. -
Uses of EventHandler in com.arjuna.orbportability.common
Modifier and TypeMethodDescriptionOrbPortabilityEnvironmentBean.getEventHandlers()
Returns the set of EventHandler instances.Modifier and TypeMethodDescriptionvoid
OrbPortabilityEnvironmentBean.setEventHandlers
(List<EventHandler> eventHandlers) Sets the instances of EventHandler. -
Uses of EventHandler in com.arjuna.orbportability.event
Modifier and TypeMethodDescriptionboolean
EventManager.addHandler
(EventHandler h) Add the specified handler.boolean
EventManager.removeHandler
(EventHandler h) Remove the specified handler.