Uses of Interface
org.objectweb.jotm.Xid

Packages that use Xid
org.objectweb.jotm   
 

Uses of Xid in org.objectweb.jotm
 

Methods in org.objectweb.jotm that return Xid
 Xid InternalTransactionContext.getXid()
          Get the Xid associated with the transaction
 Xid TransactionContext.getXid()
          get the Xid of the transaction.
 Xid TransactionImpl.getXid()
          Get the Xid of the transaction
 

Methods in org.objectweb.jotm with parameters of type Xid
 void Current.associateThreadTx(Xid xid)
          Associate Thread to this transaction.
 Control TransactionFactory.create(int timeout, Xid xid)
           
 Control TransactionFactoryImpl.create(int timeout, Xid xid)
          Create a new Control implementation on JTM.
 void Current.forgetTx(Xid xid)
          Forget all about this transaction.
 TransactionImpl Current.getTxByXid(Xid xid)
          Get the transaction referenced by Xid.
 

Constructors in org.objectweb.jotm with parameters of type Xid
JavaXidImpl(Xid jotmXid)
          Build an javax.transaction.xa.Xid from the org.objectweb.jotm.Xid
TransactionImpl(Xid xid, int timeout)
          New transaction (begin).
XidImpl(Xid oldXid, int index)
          build a new Xid from an existing Xid, preserving the gtrid, and using the 'index' as part of the unique but recognizable BQual.
 



Copyright ? 2005-2010 OW2 Consortium. All Rights Reserved.