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

Public Member Functions | |
| ActiveMQTempQueue () | |
| ActiveMQTempQueue (const std::string &name) | |
| virtual | ~ActiveMQTempQueue () throw () |
| virtual unsigned char | getDataStructureType () const |
| Get the DataStructure Type as defined in CommandTypes.h. | |
| virtual ActiveMQTempQueue * | 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 cms::TemporaryQueue * | getCMSDestination () const |
| virtual cms::Destination::DestinationType | getDestinationType () const |
| Returns the Type of Destination that this object represents. | |
| virtual cms::Destination * | clone () const |
| Creates a new instance of this destination type that is a copy of this one, and returns it. | |
| virtual void | copy (const cms::Destination &source) |
| virtual const cms::CMSProperties & | getCMSProperties () const |
| Retrieve any properties that might be part of the destination that was specified. | |
| virtual bool | equals (const cms::Destination &other) const |
| virtual std::string | getQueueName () const |
| Gets the name of this queue. | |
| virtual void | destroy () |
| Destroy's the Temporary Destination at the Provider. | |
Static Public Attributes | |
| static const unsigned char | ID_ACTIVEMQTEMPQUEUE = 102 |
| activemq::commands::ActiveMQTempQueue::ActiveMQTempQueue | ( | ) |
| activemq::commands::ActiveMQTempQueue::ActiveMQTempQueue | ( | const std::string & | name | ) |
| virtual activemq::commands::ActiveMQTempQueue::~ActiveMQTempQueue | ( | ) | throw () [virtual] |
| virtual cms::Destination* activemq::commands::ActiveMQTempQueue::clone | ( | ) | const [inline, virtual] |
Creates a new instance of this destination type that is a copy of this one, and returns it.
Implements cms::Destination.
| virtual ActiveMQTempQueue* activemq::commands::ActiveMQTempQueue::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.
Reimplemented from activemq::commands::ActiveMQTempDestination.
| virtual void activemq::commands::ActiveMQTempQueue::copy | ( | const cms::Destination & | source | ) | [inline, virtual] |
| virtual void activemq::commands::ActiveMQTempQueue::copyDataStructure | ( | const DataStructure * | src | ) | [virtual] |
Reimplemented from activemq::commands::ActiveMQTempDestination.
| virtual void activemq::commands::ActiveMQTempQueue::destroy | ( | ) | [virtual] |
Destroy's the Temporary Destination at the Provider.
| CMSException | - if an internal error occurs. |
Implements cms::TemporaryQueue.
| virtual bool activemq::commands::ActiveMQTempQueue::equals | ( | const cms::Destination & | other | ) | const [virtual] |
| virtual bool activemq::commands::ActiveMQTempQueue::equals | ( | const DataStructure * | value | ) | const [virtual] |
Reimplemented from activemq::commands::ActiveMQTempDestination.
| virtual const cms::TemporaryQueue* activemq::commands::ActiveMQTempQueue::getCMSDestination | ( | ) | const [inline, virtual] |
Reimplemented from activemq::commands::ActiveMQDestination.
| virtual const cms::CMSProperties& activemq::commands::ActiveMQTempQueue::getCMSProperties | ( | ) | const [inline, virtual] |
Retrieve any properties that might be part of the destination that was specified.
This is a deviation from the JMS spec but necessary due to C++ restrictions.
Implements cms::Destination.
| virtual unsigned char activemq::commands::ActiveMQTempQueue::getDataStructureType | ( | ) | const [virtual] |
Get the DataStructure Type as defined in CommandTypes.h.
Reimplemented from activemq::commands::ActiveMQTempDestination.
| virtual cms::Destination::DestinationType activemq::commands::ActiveMQTempQueue::getDestinationType | ( | ) | const [inline, virtual] |
Returns the Type of Destination that this object represents.
Implements activemq::commands::ActiveMQDestination.
References cms::Destination::TEMPORARY_QUEUE.
| virtual std::string activemq::commands::ActiveMQTempQueue::getQueueName | ( | ) | const [inline, virtual] |
Gets the name of this queue.
| CMSException | - If an internal error occurs. |
Implements cms::Queue.
| virtual std::string activemq::commands::ActiveMQTempQueue::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::ActiveMQTempDestination.
const unsigned char activemq::commands::ActiveMQTempQueue::ID_ACTIVEMQTEMPQUEUE = 102 [static] |
1.6.1