|
endurox-java
|
Public Member Functions | |
| ExXid (long formatID, long gtrid_length, long bqual_length, byte[] data) | |
| int | getFormatId () |
| byte[] | getGlobalTransactionId () |
| byte[] | getBranchQualifier () |
| int | hashCode () |
| boolean | equals (Object obj) |
Enduro/X version of transaction XID
| org.endurox.ExXid.ExXid | ( | long | formatID, |
| long | gtrid_length, | ||
| long | bqual_length, | ||
| byte[] | data | ||
| ) |
Create Transaction XID
| formatID | format id code |
| gtrid_length | transaction id portion length |
| bqual_length | branch qualifier length |
| data | data bytes containing trxid and bqual |
| boolean org.endurox.ExXid.equals | ( | Object | obj | ) |
required for compare
| obj |
| byte [] org.endurox.ExXid.getBranchQualifier | ( | ) |
Get branch qualifier
| int org.endurox.ExXid.getFormatId | ( | ) |
Get format ID of xid
| byte [] org.endurox.ExXid.getGlobalTransactionId | ( | ) |
Get global transaction id
| int org.endurox.ExXid.hashCode | ( | ) |
required for compare
1.8.17