18#ifndef _ACTIVEMQ_COMMANDS_JOURNALQUEUEACK_H_
19#define _ACTIVEMQ_COMMANDS_JOURNALQUEUEACK_H_
23#pragma warning( disable : 4290 )
56 const static unsigned char ID_JOURNALQUEUEACK = 52;
#define AMQCPP_API
Definition: Config.h:30
Definition: BaseDataStructure.h:33
Definition: DataStructure.h:27
Definition: JournalQueueAck.h:48
virtual Pointer< ActiveMQDestination > & getDestination()
virtual JournalQueueAck * cloneDataStructure() const
Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of ...
virtual unsigned char getDataStructureType() const
Get the DataStructure Type as defined in CommandTypes.h.
virtual ~JournalQueueAck()
virtual void setMessageAck(const Pointer< MessageAck > &messageAck)
Pointer< MessageAck > messageAck
Definition: JournalQueueAck.h:52
virtual bool equals(const DataStructure *value) const
Compares the DataStructure passed in to this one, and returns if they are equivalent.
virtual const Pointer< MessageAck > & getMessageAck() const
virtual std::string toString() const
Returns a string containing the information for this DataStructure such as its type and value of its ...
virtual Pointer< MessageAck > & getMessageAck()
Pointer< ActiveMQDestination > destination
Definition: JournalQueueAck.h:51
virtual const Pointer< ActiveMQDestination > & getDestination() const
virtual void copyDataStructure(const DataStructure *src)
Copy the contents of the passed object into this objects members, overwriting any existing data.
virtual void setDestination(const Pointer< ActiveMQDestination > &destination)
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the defa...
Definition: Pointer.h:53
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: CachedConsumer.h:24