站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 transaction API Documentation 英文版文档

Uses of Class org.jboss.tm.XidImpl (JBoss Transaction API) - JBoss 4.0.1 sp1 transaction API Documentation 英文版文档


Uses of Class
org.jboss.tm.XidImpl

Uses of XidImpl in org.jboss.tm
 

Methods in org.jboss.tm that return XidImpl
 XidImpl XidFactoryMBean.newXid()
          Describe newXid method here.
 XidImpl XidFactoryMBean.newBranch(XidImpl xid, long branchIdNum)
          Describe newBranch method here.
 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.
 

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

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



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