Uses of Interface
com.arjuna.orbportability.event.EventHandler
Packages that use EventHandler
Package
Description
-
Uses of EventHandler in com.arjuna.ats.internal.jts.recovery.contact
Classes in com.arjuna.ats.internal.jts.recovery.contact that implement EventHandlerModifier 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
Methods in com.arjuna.orbportability.common that return types with arguments of type EventHandlerModifier and TypeMethodDescriptionOrbPortabilityEnvironmentBean.getEventHandlers()
Returns the set of EventHandler instances.Method parameters in com.arjuna.orbportability.common with type arguments of type EventHandlerModifier and TypeMethodDescriptionvoid
OrbPortabilityEnvironmentBean.setEventHandlers
(List<EventHandler> eventHandlers) Sets the instances of EventHandler. -
Uses of EventHandler in com.arjuna.orbportability.event
Methods in com.arjuna.orbportability.event with parameters of type EventHandlerModifier and TypeMethodDescriptionboolean
EventManager.addHandler
(EventHandler h) Add the specified handler.boolean
EventManager.removeHandler
(EventHandler h) Remove the specified handler.