18 #ifndef _ACTIVEMQ_COMMANDS_ACTIVEMQTEMPDESTINATION_H_ 19 #define _ACTIVEMQ_COMMANDS_ACTIVEMQTEMPDESTINATION_H_ 53 const static unsigned char ID_ACTIVEMQTEMPDESTINATION = 0;
66 virtual
unsigned char getDataStructureType()
const;
73 ActiveMQDestination::copyDataStructure(src);
76 virtual std::string toString()
const;
79 return ActiveMQDestination::equals(value);
84 virtual void setPhysicalName(
const std::string& physicalName);
94 this->connection = connection;
103 return this->connection;
110 return this->connectionId;
core::ActiveMQConnection * getConnection() const
Retrieves the Parent Connection that created this Connection.
Definition: ActiveMQTempDestination.h:102
Definition: ActiveMQTempDestination.h:34
virtual void copyDataStructure(const DataStructure *src)
Copy the contents of the passed object into this objects members, overwriting any existing data...
Definition: ActiveMQTempDestination.h:72
#define AMQCPP_API
Definition: Config.h:30
virtual bool equals(const DataStructure *value) const
Compares the DataStructure passed in to this one, and returns if they are equivalent.
Definition: ActiveMQTempDestination.h:78
#define NULL
Definition: Config.h:33
Interface for a class that implements the close method.
Definition: Closeable.h:35
std::string getConnectionId() const
Definition: ActiveMQTempDestination.h:109
void setConnection(core::ActiveMQConnection *connection)
Sets the Parent Connection that is notified when this destination is destroyed.
Definition: ActiveMQTempDestination.h:93
Definition: DataStructure.h:27
core::ActiveMQConnection * connection
Connection that we call back on close to allow this resource to be cleaned up correctly at this end a...
Definition: ActiveMQTempDestination.h:42
int sequenceId
Definition: ActiveMQTempDestination.h:49
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
#define const
Definition: zconf.h:198
Concrete connection used for all connectors to the ActiveMQ broker.
Definition: ActiveMQConnection.h:60
std::string connectionId
The Connection Id of the Connection that created this Temporary Destination.
Definition: ActiveMQTempDestination.h:47
Definition: ActiveMQDestination.h:38