API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.transaction.xa. Xid View Source
Author(s)
Since
Version
Serial
Hierarchy
 Xid
Subinterfaces
Description
public interface Xid
  The Xid interface is a Java mapping of the X/Open transaction identifier XID structure.
See also:   
Methods
Hide/Show inherited methods
public byte getBranchQualifier ()
  Obtain the transaction branch identifier part of XID as an array of bytes.
public int getFormatId ()
  Obtain the format identifier part of the XID.
public byte getGlobalTransactionId ()
  Obtain the global transaction identifier part of XID as an array of bytes.
Fields
Hide/Show inherited fields
publicfinalstatic int MAXBQUALSIZE = "64"
Maximum number of bytes returned by getBqual.
publicfinalstatic int MAXGTRIDSIZE = "64"
Maximum number of bytes returned by getGtrid.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar