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 andEmbeddedXidwould 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 booleanequals(Object obj)Deprecated.byte[]getBranchQualifier()Deprecated.intgetFormatId()Deprecated.byte[]getGlobalTransactionId()Deprecated.inthashCode()Deprecated.Implementing an efficient hashCode is critical for performance:StringtoString()Deprecated.
-
-
-
Method Detail
-
getFormatId
public int getFormatId()
Deprecated.- Specified by:
getFormatIdin interfaceXid
-
getGlobalTransactionId
public byte[] getGlobalTransactionId()
Deprecated.- Specified by:
getGlobalTransactionIdin interfaceXid
-
getBranchQualifier
public byte[] getBranchQualifier()
Deprecated.- Specified by:
getBranchQualifierin interfaceXid
-
hashCode
public final int hashCode()
Deprecated.Implementing an efficient hashCode is critical for performance:
-
-