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

Packages that use Interrogable
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 Interrogable in org.objectweb.jotm.core.transaction
 

Subinterfaces of Interrogable in org.objectweb.jotm.core.transaction
 interface BasicTransaction
          BasicTransaction represents a demarcable, interrogable, and suspendable transaction, which also serves as a source of transactional events.
 interface TwoPhaseCommitInterrogable
          The interface reflects an interrogable two-phase commit 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 Interrogable in org.objectweb.jotm.impl.core.transaction
 

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