Uses of Class
org.jboss.tm.XidImpl

Packages that use XidImpl
org.jboss.tm The default Transaction Manager implementation
 

Uses of XidImpl in org.jboss.tm
 

Methods in org.jboss.tm that return XidImpl
 XidImpl TransactionImpl.getXid()
          Returns the xid of this transaction.
 XidImpl XidFactoryMBean.newBranch(XidImpl xid, long branchIdNum)
          Describe newBranch method here.
 XidImpl XidFactory.newBranch(XidImpl xid, long branchIdNum)
          Describe newBranch method here.
 XidImpl XidFactoryMBean.newXid()
          Describe newXid method here.
 XidImpl XidFactory.newXid()
          Describe newXid method here.
 

Methods in org.jboss.tm with parameters of type XidImpl
 XidImpl XidFactoryMBean.newBranch(XidImpl xid, long branchIdNum)
          Describe newBranch method here.
 XidImpl XidFactory.newBranch(XidImpl xid, long branchIdNum)
          Describe newBranch method here.
 boolean XidImpl.sameTransaction(XidImpl other)
          Compare for same transaction.
 

Constructors in org.jboss.tm with parameters of type XidImpl
LocalId(XidImpl xid)
           
XidImpl(XidImpl xidImpl, byte[] branchId)
          Create a new branch of an existing global transaction ID.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.