Class RecoveredXid
java.lang.Object
org.postgresql.xa.RecoveredXid
- All Implemented Interfaces:
Xid
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) byte[](package private) int(package private) byte[]Fields inherited from interface Xid
MAXBQUALSIZE, MAXGTRIDSIZE -
Constructor Summary
ConstructorsConstructorDescriptionRecoveredXid(int formatId, byte[] globalTransactionId, byte[] branchQualifier) -
Method Summary
-
Field Details
-
formatId
int formatId -
globalTransactionId
byte[] globalTransactionId -
branchQualifier
byte[] branchQualifier
-
-
Constructor Details
-
RecoveredXid
RecoveredXid(int formatId, byte[] globalTransactionId, byte[] branchQualifier)
-
-
Method Details
-
getFormatId
public int getFormatId()- Specified by:
getFormatIdin interfaceXid
-
getGlobalTransactionId
public byte[] getGlobalTransactionId()- Specified by:
getGlobalTransactionIdin interfaceXid
-
getBranchQualifier
public byte[] getBranchQualifier()- Specified by:
getBranchQualifierin interfaceXid
-
hashCode
-
equals
-
toString
-
xidToString
-
stringToXid
-