Package org.infinispan.transaction.tm
Class DummyNoXaXid
- java.lang.Object
-
- org.infinispan.transaction.tm.DummyNoXaXid
-
- All Implemented Interfaces:
Xid
@Deprecated public final class DummyNoXaXid extends Object implements Xid
Deprecated.it will be removed andEmbeddedXid
would be used instead.Xid to be used when no XAResource enlistment takes place. This is more efficient both creation and memory wise thanDummyXid
.- Since:
- 5.1
- Author:
- Mircea Markus <mircea.markus@jboss.com> (C) 2011 Red Hat Inc.
-
-
Field Summary
-
Fields inherited from interface javax.transaction.xa.Xid
MAXBQUALSIZE, MAXGTRIDSIZE
-
-
Constructor Summary
Constructors Constructor Description DummyNoXaXid()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object obj)
Deprecated.byte[]
getBranchQualifier()
Deprecated.int
getFormatId()
Deprecated.byte[]
getGlobalTransactionId()
Deprecated.int
hashCode()
Deprecated.Implementing an efficient hashCode is critical for performance:String
toString()
Deprecated.
-
-
-
Method Detail
-
getFormatId
public int getFormatId()
Deprecated.- Specified by:
getFormatId
in interfaceXid
-
getGlobalTransactionId
public byte[] getGlobalTransactionId()
Deprecated.- Specified by:
getGlobalTransactionId
in interfaceXid
-
getBranchQualifier
public byte[] getBranchQualifier()
Deprecated.- Specified by:
getBranchQualifier
in interfaceXid
-
hashCode
public final int hashCode()
Deprecated.Implementing an efficient hashCode is critical for performance:
-
-