Uses of Package
org.objectweb.jotm.core.transaction

Packages that use org.objectweb.jotm.core.transaction
org.objectweb.jotm.core.conflict Specifies JOTM 2 conflict management API 
org.objectweb.jotm.core.delegation   
org.objectweb.jotm.core.dependency   
org.objectweb.jotm.core.log Specifies JOTM 2 log management 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.core.conflict Provides some implementations of the org.objectweb.jotm.core.conflict interfaces 
org.objectweb.jotm.impl.core.log Provides some implementations of the org.objectweb.jotm.core.log interfaces 
org.objectweb.jotm.impl.core.transaction Provides some implementations of the org.objectweb.jotm.core.transaction interfaces 
org.objectweb.jotm.impl.ots Provides an OTS personality implementation 
 

Classes in org.objectweb.jotm.core.transaction used by org.objectweb.jotm.core.conflict
BasicTransaction
          BasicTransaction represents a demarcable, interrogable, and suspendable transaction, which also serves as a source of transactional events.
 

Classes in org.objectweb.jotm.core.transaction used by org.objectweb.jotm.core.delegation
BasicTransaction
          BasicTransaction represents a demarcable, interrogable, and suspendable transaction, which also serves as a source of transactional events.
 

Classes in org.objectweb.jotm.core.transaction used by org.objectweb.jotm.core.dependency
BasicTransaction
          BasicTransaction represents a demarcable, interrogable, and suspendable transaction, which also serves as a source of transactional events.
 

Classes in org.objectweb.jotm.core.transaction used by org.objectweb.jotm.core.log
BasicTransaction
          BasicTransaction represents a demarcable, interrogable, and suspendable transaction, which also serves as a source of transactional events.
 

Classes in org.objectweb.jotm.core.transaction used by org.objectweb.jotm.core.transaction
BasicTransaction
          BasicTransaction represents a demarcable, interrogable, and suspendable transaction, which also serves as a source of transactional events.
Demarcable
          The interface reflects a demarcable transaction.
Interrogable
          The interface reflects an interrogable transaction.
InvalidStateException
           
InvalidVoteException
           
Suspendable
          The interface reflects a suspendable transaction.
TransactionAbortedException
           
TransactionalEvent
          TransactionalEvent reflects an event in a simple transaction.
TwoPhaseCommitEvent
          TwoPhaseCommitEvent reflects an event in a two-phase-commit transaction.
TwoPhaseCommitInterrogable
          The interface reflects an interrogable two-phase commit transaction.
 

Classes in org.objectweb.jotm.core.transaction used by org.objectweb.jotm.examples
BeforeCompletionEvent
          Before-completion event.
PrepareEvent
          Prepare event.
 

Classes in org.objectweb.jotm.core.transaction used by org.objectweb.jotm.impl.core.conflict
NoTransactionException
           
 

Classes in org.objectweb.jotm.core.transaction used by org.objectweb.jotm.impl.core.log
BasicTransaction
          BasicTransaction represents a demarcable, interrogable, and suspendable transaction, which also serves as a source of transactional events.
 

Classes in org.objectweb.jotm.core.transaction used by org.objectweb.jotm.impl.core.transaction
BasicTransaction
          BasicTransaction represents a demarcable, interrogable, and suspendable transaction, which also serves as a source of transactional events.
Demarcable
          The interface reflects a demarcable transaction.
Interrogable
          The interface reflects an interrogable transaction.
InvalidStateException
           
NoTransactionException
           
Suspendable
          The interface reflects a suspendable transaction.
TransactionAbortedException
           
TransactionManager
          Transaction Manager is the entity that manages transactions.
TwoPhaseCommitInterrogable
          The interface reflects an interrogable two-phase commit transaction.
TwoPhaseCommitTransaction
          TwoPhaseCommitTransaction represents a demarcable, interrogable, and suspendable transaction, which uses two phase commit, and which also serves as a source of transactional events.
 

Classes in org.objectweb.jotm.core.transaction used by org.objectweb.jotm.impl.ots
NoTransactionException