#include <ActiveMQDestination.h>
Inheritance diagram for activemq::core::ActiveMQDestination< T >:
Public Member Functions | |
ActiveMQDestination (const cms::Destination *source) | |
ActiveMQDestination (const std::string &dest, cms::Destination::DestinationType destType) | |
virtual | ~ActiveMQDestination () |
virtual const util::Properties & | getProperties () const |
virtual void | setProperties (const util::Properties &properties) |
virtual const std::string & | getName () const |
virtual void | setName (const std::string &name) |
virtual cms::Destination::DestinationType | getDestinationType () const |
virtual void | setDestinationType (cms::Destination::DestinationType destType) |
virtual void | copy (const cms::Destination &source) |
Private Attributes | |
util::SimpleProperties | properties |
cms::Destination::DestinationType | destType |
std::string | name |
|
Copy Consturctor
|
|
Custom Constructor
|
|
|
|
Copies the contents of the given Destinastion object to this one.
|
|
Retrieve the Destination Type for this Destination
|
|
Gets the Destination Name minus any optional params that can be appended to the destination with an ?
|
|
Get the properties of this Destination, these are the optional params that can be specified on a destination name i.e/ TEST.QUEUE?consumer.dispatchAsync=false&consumer.prefetchSize=10
|
|
Set the Destination Type for this Destination
|
|
Sets the Destination Name minus any optional params that can be appended to the destination with an ?
|
|
Copy the contents of the given properties object to this objects Properties object. Existing values are erased.
|
|
|
|
|
|
|