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

Packages that use TwoPhaseCommitInterrogable
org.objectweb.jotm.core.transaction Specifies JOTM 2 transaction management API 
org.objectweb.jotm.impl.core.transaction Provides some implementations of the org.objectweb.jotm.core.transaction interfaces 
 

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

Subinterfaces of TwoPhaseCommitInterrogable in org.objectweb.jotm.core.transaction
 interface TwoPhaseCommitTransaction
          TwoPhaseCommitTransaction represents a demarcable, interrogable, and suspendable transaction, which uses two phase commit, and which also serves as a source of transactional events.
 

Uses of TwoPhaseCommitInterrogable in org.objectweb.jotm.impl.core.transaction
 

Classes in org.objectweb.jotm.impl.core.transaction that implement TwoPhaseCommitInterrogable
 class CoreTransaction
          CoreTransaction is an implementation of a simple transaction with two phase commit.