Uses of Interface
org.objectweb.jotm.core.transaction.TwoPhaseCommitEvent

Packages that use TwoPhaseCommitEvent
org.objectweb.jotm.core.transaction Specifies JOTM 2 transaction management API 
 

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

Classes in org.objectweb.jotm.core.transaction that implement TwoPhaseCommitEvent
 class AfterOnePhaseCommitEvent
          After-one-phase-commit event.
 class AfterPrepareEvent
          After-prepare event.
 class BeforeOnePhaseCommitEvent
          Before-one-phase-commit event.
 class BeforePrepareEvent
          Before-prepare event.
 class OnePhaseCommitEvent
          One-phase-commit event.
 class PrepareEvent
          Prepare event.