public static class FBLocalTransaction.FBLocalXid
extends java.lang.Object
implements javax.transaction.xa.Xid
Constructor and Description |
---|
FBLocalXid() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBranchQualifier()
Return the branch qualifier of this transaction.
|
int |
getFormatId()
Return the format identifier of this transaction.
|
byte[] |
getGlobalTransactionId()
Return the global transaction id of this transaction.
|
java.lang.String |
toString() |
public byte[] getGlobalTransactionId()
getGlobalTransactionId
in interface javax.transaction.xa.Xid
public byte[] getBranchQualifier()
getBranchQualifier
in interface javax.transaction.xa.Xid
public int getFormatId()
The format identifier augments the global id and specifies how the global id and branch qualifier should be interpreted.
getFormatId
in interface javax.transaction.xa.Xid
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.