java.lang.Objectorg.apache.activemq.command.JournalTransaction
All Implemented Interfaces:
DataStructure
code
- ="54"Field Summary | ||
---|---|---|
public static final byte | DATA_STRUCTURE_TYPE | |
public static final byte | XA_PREPARE | |
public static final byte | XA_COMMIT | |
public static final byte | XA_ROLLBACK | |
public static final byte | LOCAL_COMMIT | |
public static final byte | LOCAL_ROLLBACK | |
public byte | type | |
public boolean | wasPrepared | |
public TransactionId | transactionId |
Constructor: |
---|
|
|
Method from org.apache.activemq.command.JournalTransaction Summary: |
---|
getDataStructureType, getTransactionId, getType, getWasPrepared, isMarshallAware, setTransactionId, setType, setWasPrepared, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.activemq.command.JournalTransaction Detail: |
---|
|
|
|
|
|
|
|
|
|