Package org.apache.activemq.command
Class JournalQueueAck
- java.lang.Object
-
- org.apache.activemq.command.JournalQueueAck
-
- All Implemented Interfaces:
DataStructure
public class JournalQueueAck extends Object implements DataStructure
-
-
Field Summary
Fields Modifier and Type Field Description static byte
DATA_STRUCTURE_TYPE
-
Constructor Summary
Constructors Constructor Description JournalQueueAck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getDataStructureType()
ActiveMQDestination
getDestination()
MessageAck
getMessageAck()
boolean
isMarshallAware()
void
setDestination(ActiveMQDestination destination)
void
setMessageAck(MessageAck messageAck)
String
toString()
-
-
-
Field Detail
-
DATA_STRUCTURE_TYPE
public static final byte DATA_STRUCTURE_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDataStructureType
public byte getDataStructureType()
- Specified by:
getDataStructureType
in interfaceDataStructure
- Returns:
- The type of the data structure
-
getDestination
public ActiveMQDestination getDestination()
-
setDestination
public void setDestination(ActiveMQDestination destination)
-
getMessageAck
public MessageAck getMessageAck()
-
setMessageAck
public void setMessageAck(MessageAck messageAck)
-
isMarshallAware
public boolean isMarshallAware()
- Specified by:
isMarshallAware
in interfaceDataStructure
-
-