Uses of Interface
org.objectweb.transaction.api.synchronization.SynchronizationEvent

Packages that use SynchronizationEvent
org.objectweb.transaction.lib.synchronization Description of the Synchronization library.  
 

Uses of SynchronizationEvent in org.objectweb.transaction.lib.synchronization
 

Classes in org.objectweb.transaction.lib.synchronization that implement SynchronizationEvent
 class SynchronizationEventAfterCompletion
          SynchronizationEvent raised after the completion.
 class SynchronizationEventBeforeCompletion
          SynchronizationEvent raised before the completion.
 

Fields in org.objectweb.transaction.lib.synchronization declared as SynchronizationEvent
static SynchronizationEvent SynchronizationEventBeforeCompletion.event
          Object value of the event Before Completion.
static SynchronizationEvent SynchronizationEventAfterCompletion.event
          Object value of the event After Completion.