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.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.
-
-
Constructor Summary
Constructors Constructor Description DummyNoXaXid()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Deprecated.byte[]
getBranchQualifier()
Deprecated.int
getFormatId()
Deprecated.byte[]
getGlobalTransactionId()
Deprecated.int
hashCode()
Deprecated.Implementing an efficient hashCode is critical for performance:java.lang.String
toString()
Deprecated.
-
-
-
Method Detail
-
getFormatId
public int getFormatId()
Deprecated.- Specified by:
getFormatId
in interfacejavax.transaction.xa.Xid
-
getGlobalTransactionId
public byte[] getGlobalTransactionId()
Deprecated.- Specified by:
getGlobalTransactionId
in interfacejavax.transaction.xa.Xid
-
getBranchQualifier
public byte[] getBranchQualifier()
Deprecated.- Specified by:
getBranchQualifier
in interfacejavax.transaction.xa.Xid
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
hashCode
public final int hashCode()
Deprecated.Implementing an efficient hashCode is critical for performance:- Overrides:
hashCode
in classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equals
in classjava.lang.Object
-
-