com.sleepycat.je.log
Class LogUtils.XidImpl

java.lang.Object
  extended by com.sleepycat.je.log.LogUtils.XidImpl
All Implemented Interfaces:
javax.transaction.xa.Xid
Enclosing class:
LogUtils

public static class LogUtils.XidImpl
extends java.lang.Object
implements javax.transaction.xa.Xid


Field Summary
 
Fields inherited from interface javax.transaction.xa.Xid
MAXBQUALSIZE, MAXGTRIDSIZE
 
Constructor Summary
LogUtils.XidImpl(int formatId, byte[] gid, byte[] bqual)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 byte[] getBranchQualifier()
           
 int getFormatId()
           
 byte[] getGlobalTransactionId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogUtils.XidImpl

public LogUtils.XidImpl(int formatId,
                        byte[] gid,
                        byte[] bqual)
Method Detail

getFormatId

public int getFormatId()
Specified by:
getFormatId in interface javax.transaction.xa.Xid

getGlobalTransactionId

public byte[] getGlobalTransactionId()
Specified by:
getGlobalTransactionId in interface javax.transaction.xa.Xid

getBranchQualifier

public byte[] getBranchQualifier()
Specified by:
getBranchQualifier in interface javax.transaction.xa.Xid

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright 2004-2006 Sleepycat, Inc. All Rights Reserved.