org.firebirdsql.jca

Class FBLocalTransaction.FBLocalXid

Enclosing Class:
FBLocalTransaction
Implemented Interfaces:
Xid

public static class FBLocalTransaction.FBLocalXid
extends java.lang.Object
implements Xid

Constructor Summary

FBLocalXid()

Method Summary

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.
String
toString()

Constructor Details

FBLocalXid

public FBLocalXid()

Method Details

getBranchQualifier

public byte[] getBranchQualifier()
Return the branch qualifier of this transaction.

getFormatId

public 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.

getGlobalTransactionId

public byte[] getGlobalTransactionId()
Return the global transaction id of this transaction.

toString

public String toString()

Copyright B) 2001 David Jencks and other authors. All rights reserved.