18#ifndef _ACTIVEMQ_COMMANDS_ACTIVEMQTEMPTOPIC_H_
19#define _ACTIVEMQ_COMMANDS_ACTIVEMQTEMPTOPIC_H_
42 ActiveMQTempTopic(
const ActiveMQTempTopic&);
43 ActiveMQTempTopic& operator=(
const ActiveMQTempTopic&);
#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
virtual cms::Destination::DestinationType getDestinationType() const
Returns the Type of Destination that this object represents.
Definition ActiveMQTempTopic.h:67
static const unsigned char ID_ACTIVEMQTEMPTOPIC
Definition ActiveMQTempTopic.h:34
virtual bool equals(const cms::Destination &other) const
Compares two Destination instances to determine if they represent the same logic Destination.
virtual cms::Destination * clone() const
Creates a new instance of this destination type that is a copy of this one, and returns it.
Definition ActiveMQTempTopic.h:71
virtual bool equals(const DataStructure *value) const
Compares the DataStructure passed in to this one, and returns if they are equivalent.
virtual std::string toString() const
Returns a string containing the information for this DataStructure such as its type and value of its ...
ActiveMQTempTopic(const std::string &name)
virtual const cms::CMSProperties & getCMSProperties() const
Retrieve any properties that might be part of the destination that was specified.
Definition ActiveMQTempTopic.h:79
virtual void destroy()
Destroy's the Temporary Destination at the Provider.
virtual ~ActiveMQTempTopic()
virtual std::string getTopicName() const
Gets the name of this topic.
Definition ActiveMQTempTopic.h:87
virtual void copy(const cms::Destination &source)
Copies the contents of the given Destination object to this one.
Definition ActiveMQTempTopic.h:75
virtual ActiveMQTempTopic * 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::TemporaryTopic * getCMSDestination() const
Definition ActiveMQTempTopic.h:61
virtual unsigned char getDataStructureType() const
Get the DataStructure Type as defined in CommandTypes.h.
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_TOPIC
Definition Destination.h:45
Defines a Temporary Topic based Destination.
Definition TemporaryTopic.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