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 byte getDataStructureType()
getDataStructureType
in interface DataStructure
public ActiveMQDestination getDestination()
public void setDestination(ActiveMQDestination destination)
public MessageAck getMessageAck()
public void setMessageAck(MessageAck messageAck)
public boolean isMarshallAware()
isMarshallAware
in interface DataStructure
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.