ehcache

net.sf.ehcache.hibernate.tm
Class SyncXid

java.lang.Object
  extended by net.sf.ehcache.hibernate.tm.SyncXid
All Implemented Interfaces:
javax.transaction.xa.Xid

public class SyncXid
extends java.lang.Object
implements javax.transaction.xa.Xid

Author:
Alex Snaps

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

Constructor Detail

SyncXid

public SyncXid()
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

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

ehcache

true