public class JournalQueueAck extends java.lang.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) |
java.lang.String |
toString() |
public static final byte DATA_STRUCTURE_TYPE
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 DataStructurepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.