public interface Xid
Modifier and Type | Field | Description |
---|---|---|
static final int |
MAXBQUALSIZE |
Maximum number of bytes returned by getBranchQualifier() . |
static final int |
MAXGTRIDSIZE |
Maximum number of bytes returned by getGlobalTransactionId() . |
Modifier and Type | Method | Description |
---|---|---|
byte[] |
getBranchQualifier() |
Obtain the transaction branch identifier part of XID as an array of bytes. |
int |
getFormatId() |
Obtain the format identifier part of the XID. |
byte[] |
getGlobalTransactionId() |
Obtain the global transaction identifier part of XID as an array of bytes. |
static final int MAXGTRIDSIZE
getGlobalTransactionId()
.static final int MAXBQUALSIZE
getBranchQualifier()
.int getFormatId()
byte[] getGlobalTransactionId()
byte[] getBranchQualifier()
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.transaction.xa/javax/transaction/xa/Xid.html