Uses of Interface
bitronix.tm.resource.common.StateChangeListener
Packages that use StateChangeListener
Package
Description
Resource management code common across all resource types.
JDBC specific resource management code.
Synchronous JMS specific resource management code.
Synchronous Jakarta Messaging specific resource management code.
-
Uses of StateChangeListener in bitronix.tm.resource.common
Classes in bitronix.tm.resource.common that implement StateChangeListenerMethods in bitronix.tm.resource.common with parameters of type StateChangeListenerModifier and TypeMethodDescriptionvoidAbstractXAStatefulHolder.addStateChangeEventListener(StateChangeListener listener) voidXAStatefulHolder.addStateChangeEventListener(StateChangeListener listener) Register an implementation ofStateChangeListener.voidAbstractXAStatefulHolder.removeStateChangeEventListener(StateChangeListener listener) voidXAStatefulHolder.removeStateChangeEventListener(StateChangeListener listener) Unregister an implementation ofStateChangeListener. -
Uses of StateChangeListener in bitronix.tm.resource.jdbc
Classes in bitronix.tm.resource.jdbc that implement StateChangeListenerModifier and TypeClassDescriptionclassImplementation of a JDBC pooled connection wrapping vendor'sXAConnectionimplementation. -
Uses of StateChangeListener in bitronix.tm.resource.jms
Classes in bitronix.tm.resource.jms that implement StateChangeListenerModifier and TypeClassDescriptionclassJMS Session wrapper that will send calls to either a XASession or to a non-XA Session depending on the calling context. -
Uses of StateChangeListener in bitronix.tm.resource.messaging
Classes in bitronix.tm.resource.messaging that implement StateChangeListenerModifier and TypeClassDescriptionclassJMS Session wrapper that will send calls to either a XASession or to a non-XA Session depending on the calling context.