Package org.infinispan.transaction.tm
Class DummyNoXaXid
- java.lang.Object
-
- org.infinispan.transaction.tm.DummyNoXaXid
-
- All Implemented Interfaces:
javax.transaction.xa.Xid
@Deprecated public final class DummyNoXaXid extends java.lang.Object implements javax.transaction.xa.XidDeprecated.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.
-
-
Constructor Summary
Constructors Constructor Description DummyNoXaXid()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Deprecated.byte[]getBranchQualifier()Deprecated.intgetFormatId()Deprecated.byte[]getGlobalTransactionId()Deprecated.inthashCode()Deprecated.Implementing an efficient hashCode is critical for performance:java.lang.StringtoString()Deprecated.
-
-
-
Method Detail
-
getFormatId
public int getFormatId()
Deprecated.- Specified by:
getFormatIdin interfacejavax.transaction.xa.Xid
-
getGlobalTransactionId
public byte[] getGlobalTransactionId()
Deprecated.- Specified by:
getGlobalTransactionIdin interfacejavax.transaction.xa.Xid
-
getBranchQualifier
public byte[] getBranchQualifier()
Deprecated.- Specified by:
getBranchQualifierin interfacejavax.transaction.xa.Xid
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
hashCode
public final int hashCode()
Deprecated.Implementing an efficient hashCode is critical for performance:- Overrides:
hashCodein classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
-