Package org.apache.activemq.command
Class TransactionId
- java.lang.Object
-
- org.apache.activemq.command.TransactionId
-
- All Implemented Interfaces:
DataStructure
- Direct Known Subclasses:
LocalTransactionId
,XATransactionId
public abstract class TransactionId extends Object implements DataStructure
-
-
Constructor Summary
Constructors Constructor Description TransactionId()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
getTransactionKey()
abstract boolean
isLocalTransaction()
boolean
isMarshallAware()
abstract boolean
isXATransaction()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.activemq.command.DataStructure
getDataStructureType
-
-
-
-
Method Detail
-
isXATransaction
public abstract boolean isXATransaction()
-
isLocalTransaction
public abstract boolean isLocalTransaction()
-
getTransactionKey
public abstract String getTransactionKey()
-
isMarshallAware
public boolean isMarshallAware()
- Specified by:
isMarshallAware
in interfaceDataStructure
-
-