#include <src/main/activemq/commands/JournalQueueAck.h>

Public Member Functions | |
| JournalQueueAck () | |
| virtual | ~JournalQueueAck () |
| virtual unsigned char | getDataStructureType () const |
| Get the DataStructure Type as defined in CommandTypes.h. | |
| virtual JournalQueueAck * | cloneDataStructure () const |
| Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of this one. | |
| virtual void | copyDataStructure (const DataStructure *src) |
| virtual std::string | toString () const |
| Returns a string containing the information for this DataStructure such as its type and value of its elements. | |
| virtual bool | equals (const DataStructure *value) const |
| virtual const Pointer < ActiveMQDestination > & | getDestination () const |
| virtual Pointer < ActiveMQDestination > & | getDestination () |
| virtual void | setDestination (const Pointer< ActiveMQDestination > &destination) |
| virtual const Pointer < MessageAck > & | getMessageAck () const |
| virtual Pointer< MessageAck > & | getMessageAck () |
| virtual void | setMessageAck (const Pointer< MessageAck > &messageAck) |
Static Public Attributes | |
| static const unsigned char | ID_JOURNALQUEUEACK = 52 |
Protected Attributes | |
| Pointer< ActiveMQDestination > | destination |
| Pointer< MessageAck > | messageAck |
| activemq::commands::JournalQueueAck::JournalQueueAck | ( | ) |
| virtual activemq::commands::JournalQueueAck::~JournalQueueAck | ( | ) | [virtual] |
| virtual JournalQueueAck* activemq::commands::JournalQueueAck::cloneDataStructure | ( | ) | const [virtual] |
Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of this one.
Implements activemq::commands::DataStructure.
| virtual void activemq::commands::JournalQueueAck::copyDataStructure | ( | const DataStructure * | src | ) | [virtual] |
| virtual bool activemq::commands::JournalQueueAck::equals | ( | const DataStructure * | value | ) | const [virtual] |
| virtual unsigned char activemq::commands::JournalQueueAck::getDataStructureType | ( | ) | const [virtual] |
Get the DataStructure Type as defined in CommandTypes.h.
Implements activemq::commands::DataStructure.
| virtual Pointer<ActiveMQDestination>& activemq::commands::JournalQueueAck::getDestination | ( | ) | [virtual] |
| virtual const Pointer<ActiveMQDestination>& activemq::commands::JournalQueueAck::getDestination | ( | ) | const [virtual] |
| virtual Pointer<MessageAck>& activemq::commands::JournalQueueAck::getMessageAck | ( | ) | [virtual] |
| virtual const Pointer<MessageAck>& activemq::commands::JournalQueueAck::getMessageAck | ( | ) | const [virtual] |
| virtual void activemq::commands::JournalQueueAck::setDestination | ( | const Pointer< ActiveMQDestination > & | destination | ) | [virtual] |
| virtual void activemq::commands::JournalQueueAck::setMessageAck | ( | const Pointer< MessageAck > & | messageAck | ) | [virtual] |
| virtual std::string activemq::commands::JournalQueueAck::toString | ( | ) | const [virtual] |
Returns a string containing the information for this DataStructure such as its type and value of its elements.
Reimplemented from activemq::commands::BaseDataStructure.
const unsigned char activemq::commands::JournalQueueAck::ID_JOURNALQUEUEACK = 52 [static] |
1.6.1