Package org.apache.activemq.command
Class JournalQueueAck
java.lang.Object
org.apache.activemq.command.JournalQueueAck
- All Implemented Interfaces:
DataStructure
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytebooleanvoidsetDestination(ActiveMQDestination destination) voidsetMessageAck(MessageAck messageAck) toString()
-
Field Details
-
DATA_STRUCTURE_TYPE
public static final byte DATA_STRUCTURE_TYPE- See Also:
-
-
Constructor Details
-
JournalQueueAck
public JournalQueueAck()
-
-
Method Details
-
getDataStructureType
public byte getDataStructureType()- Specified by:
getDataStructureTypein interfaceDataStructure- Returns:
- The type of the data structure
-
getDestination
-
setDestination
-
getMessageAck
-
setMessageAck
-
isMarshallAware
public boolean isMarshallAware()- Specified by:
isMarshallAwarein interfaceDataStructure
-
toString
-