Uses of Interface
org.objectweb.transaction.api.State

Packages that use State
org.objectweb.transaction.api.lock Specification of the Lock API.  
org.objectweb.transaction.api.transaction Specification of the Transaction API.  
org.objectweb.transaction.api.xid Specification of the XID API.  
 

Uses of State in org.objectweb.transaction.api.lock
 

Subinterfaces of State in org.objectweb.transaction.api.lock
 interface LockQueueState
          State describing a queue of acquired locks.
 

Uses of State in org.objectweb.transaction.api.transaction
 

Subinterfaces of State in org.objectweb.transaction.api.transaction
 interface TransactionState
          Description of the Transaction State
 

Uses of State in org.objectweb.transaction.api.xid
 

Subinterfaces of State in org.objectweb.transaction.api.xid
 interface XidState
           The format of XID must follow these rules : The Branch Qualifier length must be between 1 and 64 The Transaction Identifier must be between the Branch Qualifier Length + 1 and the Branch Qualifier Length + 64 The Global Transaction Identifier is provided by the first bytes in the Transaction Identifier; the following Branch Qualifier Length bytes correspond to the Branch Qualifier part of the XID