public interface Xid
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.
Modifier and Type | Field and Description |
---|---|
static int |
MAXBQUALSIZE
The maximum possible size of a transaction branch qualifier.
|
static int |
MAXGTRIDSIZE
The maximum possible size of a global transaction id.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int MAXGTRIDSIZE
getGlobalTransactionId
method.static final int MAXBQUALSIZE
getBranchQualifier
method.int getFormatId()
byte[] getGlobalTransactionId()
byte[] getBranchQualifier()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.