Uses of Interface
org.objectweb.jotm.core.events.Event

Packages that use Event
org.objectweb.jotm.core.events Specifies JOTM 2 event model API 
org.objectweb.jotm.core.transaction Specifies JOTM 2 transaction management API 
org.objectweb.jotm.examples Provides some JOTM 2 examples 
org.objectweb.jotm.impl.ots Provides an OTS personality implementation 
 

Uses of Event in org.objectweb.jotm.core.events
 

Methods in org.objectweb.jotm.core.events with parameters of type Event
 void EventListener.handleEvent(Event event)
          Handle event.
 

Uses of Event in org.objectweb.jotm.core.transaction
 

Subinterfaces of Event in org.objectweb.jotm.core.transaction
 interface TransactionalEvent
          TransactionalEvent reflects an event in a simple transaction.
 interface TwoPhaseCommitEvent
          TwoPhaseCommitEvent reflects an event in a two-phase-commit transaction.
 

Classes in org.objectweb.jotm.core.transaction that implement Event
 class AbortEvent
          Abort event.
 class AfterAbortEvent
          After-abort event.
 class AfterCommitEvent
          After-commit event.
 class AfterCompletionEvent
          After-completion event.
 class AfterOnePhaseCommitEvent
          After-one-phase-commit event.
 class AfterPrepareEvent
          After-prepare event.
 class BeforeAbortEvent
          Before-abort event.
 class BeforeCommitEvent
          Before-commit event.
 class BeforeCompletionEvent
          Before-completion event.
 class BeforeOnePhaseCommitEvent
          Before-one-phase-commit event.
 class BeforePrepareEvent
          Before-prepare event.
 class CommitEvent
          Commit event.
 class OnePhaseCommitEvent
          One-phase-commit event.
 class PrepareEvent
          Prepare event.
 

Uses of Event in org.objectweb.jotm.examples
 

Methods in org.objectweb.jotm.examples with parameters of type Event
 void ListenerImpl.handleEvent(Event event)
           
 

Uses of Event in org.objectweb.jotm.impl.ots
 

Methods in org.objectweb.jotm.impl.ots with parameters of type Event
 void SynchronizationParticipant.handleEvent(Event event)
           
 void ResourceParticipant.handleEvent(Event event)