org.openejb.corba.services.transaction
Class XID

java.lang.Object
  |
  +--org.openejb.corba.services.transaction.XID
All Implemented Interfaces:
javax.transaction.xa.Xid

public class XID
extends java.lang.Object
implements javax.transaction.xa.Xid

This class implements an XA XID.

Version:
1.0

Fields inherited from interface javax.transaction.xa.Xid
MAXBQUALSIZE, MAXGTRIDSIZE
 
Constructor Summary
XID(org.omg.CosTransactions.otid_t otid)
          Constructor
 
Method Summary
 byte[] getBranchQualifier()
           
 int getFormatId()
           
 byte[] getGlobalTransactionId()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XID

public XID(org.omg.CosTransactions.otid_t otid)
Constructor
Method Detail

getFormatId

public int getFormatId()
Specified by:
getFormatId in interface javax.transaction.xa.Xid

getGlobalTransactionId

public byte[] getGlobalTransactionId()
Specified by:
getGlobalTransactionId in interface javax.transaction.xa.Xid

getBranchQualifier

public byte[] getBranchQualifier()
Specified by:
getBranchQualifier in interface javax.transaction.xa.Xid