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 XidFactory.newXid()
          Describe newXid method here.
 XidImpl XidFactory.newBranch(XidImpl xid, long branchIdNum)
          Describe newBranch method here.
 XidImpl TransactionImpl.getXid()
          Returns the xid of this transaction.
 XidImpl XidFactoryMBean.newXid()
          Describe newXid method here.
 XidImpl XidFactoryMBean.newBranch(XidImpl xid, long branchIdNum)
          Describe newBranch method here.
 

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

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.