public class JournalQueueAck extends Object implements DataStructure
| Modifier and Type | Field and Description |
|---|---|
static byte |
DATA_STRUCTURE_TYPE |
| Constructor and Description |
|---|
JournalQueueAck() |
| Modifier and Type | Method and Description |
|---|---|
byte |
getDataStructureType() |
ActiveMQDestination |
getDestination() |
MessageAck |
getMessageAck() |
boolean |
isMarshallAware() |
void |
setDestination(ActiveMQDestination destination) |
void |
setMessageAck(MessageAck messageAck) |
String |
toString() |
public static final byte DATA_STRUCTURE_TYPE
public JournalQueueAck()
public byte getDataStructureType()
getDataStructureType in interface DataStructurepublic ActiveMQDestination getDestination()
public void setDestination(ActiveMQDestination destination)
public MessageAck getMessageAck()
public void setMessageAck(MessageAck messageAck)
public boolean isMarshallAware()
isMarshallAware in interface DataStructureCopyright © 2005–2015 FuseSource, Corp.. All rights reserved.