18#ifndef _ACTIVEMQ_COMMANDS_ACTIVEMQTEMPQUEUE_H_
19#define _ACTIVEMQ_COMMANDS_ACTIVEMQTEMPQUEUE_H_
42 ActiveMQTempQueue(
const ActiveMQTempQueue&);
43 ActiveMQTempQueue& operator=(
const ActiveMQTempQueue&);
#define AMQCPP_API
Definition Config.h:30
const activemq::util::ActiveMQProperties & getOptions() const
Definition ActiveMQDestination.h:251
virtual std::string getPhysicalName() const
Fetch this destination's physical name.
Definition ActiveMQDestination.h:115
virtual bool equals(const DataStructure *value) const
Compares the DataStructure passed in to this one, and returns if they are equivalent.
Definition ActiveMQTempDestination.h:86
ActiveMQTempQueue(const std::string &name)
virtual ActiveMQTempQueue * cloneDataStructure() const
Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of ...
virtual void copyDataStructure(const DataStructure *src)
Copy the contents of the passed object into this objects members, overwriting any existing data.
virtual const cms::TemporaryQueue * getCMSDestination() const
Definition ActiveMQTempQueue.h:61
virtual bool equals(const DataStructure *value) const
Compares the DataStructure passed in to this one, and returns if they are equivalent.
virtual cms::Destination * clone() const
Creates a new instance of this destination type that is a copy of this one, and returns it.
Definition ActiveMQTempQueue.h:71
virtual ~ActiveMQTempQueue()
static const unsigned char ID_ACTIVEMQTEMPQUEUE
Definition ActiveMQTempQueue.h:34
virtual void copy(const cms::Destination &source)
Copies the contents of the given Destination object to this one.
Definition ActiveMQTempQueue.h:75
virtual unsigned char getDataStructureType() const
Get the DataStructure Type as defined in CommandTypes.h.
virtual std::string getQueueName() const
Gets the name of this queue.
Definition ActiveMQTempQueue.h:87
virtual const cms::CMSProperties & getCMSProperties() const
Retrieve any properties that might be part of the destination that was specified.
Definition ActiveMQTempQueue.h:79
virtual std::string toString() const
Returns a string containing the information for this DataStructure such as its type and value of its ...
virtual void destroy()
Destroy's the Temporary Destination at the Provider.
virtual cms::Destination::DestinationType getDestinationType() const
Returns the Type of Destination that this object represents.
Definition ActiveMQTempQueue.h:67
virtual bool equals(const cms::Destination &other) const
Compares two Destination instances to determine if they represent the same logic Destination.
Definition DataStructure.h:27
Interface for a Java-like properties object.
Definition CMSProperties.h:34
A Destination object encapsulates a provider-specific address.
Definition Destination.h:39
DestinationType
Definition Destination.h:42
@ TEMPORARY_QUEUE
Definition Destination.h:46
Defines a Temporary Queue based Destination.
Definition TemporaryQueue.h:39
Definition ActiveMQBlobMessage.h:28
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition DestinationResolver.h:23
Definition ArrayPointer.h:432
#define const
Definition zconf.h:198