Package org.infinispan.transaction.tm
Class DummyXid
- java.lang.Object
-
- org.infinispan.transaction.tm.DummyXid
-
- All Implemented Interfaces:
javax.transaction.xa.Xid
@Deprecated public final class DummyXid extends java.lang.Object implements javax.transaction.xa.Xid
Deprecated.useEmbeddedXid
.Implementation of Xid.- Since:
- 4.0
- Author:
- Mircea.Markus@jboss.com
-
-
Constructor Summary
Constructors Constructor Description DummyXid(java.util.UUID transactionManagerId)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Deprecated.byte[]
getBranchQualifier()
Deprecated.int
getFormatId()
Deprecated.byte[]
getGlobalTransactionId()
Deprecated.int
hashCode()
Deprecated.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
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
-