Package org.firebirdsql.jca
Class FBLocalTransaction.FBLocalXid
- java.lang.Object
- 
- org.firebirdsql.jca.FBLocalTransaction.FBLocalXid
 
- 
- All Implemented Interfaces:
- javax.transaction.xa.Xid
 - Enclosing class:
- FBLocalTransaction
 
 public static class FBLocalTransaction.FBLocalXid extends java.lang.Object implements javax.transaction.xa.Xid
- 
- 
Constructor SummaryConstructors Constructor Description FBLocalXid()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBranchQualifier()Return the branch qualifier of this transaction.intgetFormatId()Return the format identifier of this transaction.byte[]getGlobalTransactionId()Return the global transaction id of this transaction.java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getGlobalTransactionIdpublic byte[] getGlobalTransactionId() Return the global transaction id of this transaction.- Specified by:
- getGlobalTransactionIdin interface- javax.transaction.xa.Xid
 
 - 
getBranchQualifierpublic byte[] getBranchQualifier() Return the branch qualifier of this transaction.- Specified by:
- getBranchQualifierin interface- javax.transaction.xa.Xid
 
 - 
getFormatIdpublic int getFormatId() Return the format identifier of this transaction.The format identifier augments the global id and specifies how the global id and branch qualifier should be interpreted. - Specified by:
- getFormatIdin interface- javax.transaction.xa.Xid
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-