|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Xid interface is a Java mapping of the X/Open transaction identifier XID structure.
A transaction id is an aggregate of three parts:
The Xid interface is used by the application server, the transaction manager and the resource managers, and is not used in application programs.
Field Summary | |
static int |
MAXBQUALSIZE
The maximum possible size of a transaction branch qualifier. |
static int |
MAXGTRIDSIZE
The maximum possible size of a global transaction id. |
Method Summary | |
byte[] |
getBranchQualifier()
Get the transaction branch qualifier of this transaction. |
int |
getFormatId()
Get the format identifier. |
byte[] |
getGlobalTransactionId()
Get the global transaction id of this transaction. |
Field Detail |
public static final int MAXGTRIDSIZE
getGlobalTransactionId
method.
public static final int MAXBQUALSIZE
getBranchQualifier
method.
Method Detail |
public int getFormatId()
public byte[] getGlobalTransactionId()
public byte[] getBranchQualifier()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |