Package org.infinispan.transaction.tm
Class DummyXid
- java.lang.Object
-
- org.infinispan.transaction.tm.DummyXid
-
- All Implemented Interfaces:
Xid
@Deprecated public final class DummyXid extends Object implements Xid
Deprecated.useEmbeddedXid.Implementation of Xid.- Since:
- 4.0
- Author:
- Mircea.Markus@jboss.com
-
-
Field Summary
-
Fields inherited from interface javax.transaction.xa.Xid
MAXBQUALSIZE, MAXGTRIDSIZE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.byte[]getBranchQualifier()Deprecated.intgetFormatId()Deprecated.byte[]getGlobalTransactionId()Deprecated.inthashCode()Deprecated.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
DummyXid
public DummyXid(UUID transactionManagerId)
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
-
-