activemq::commands::RemoveSubscriptionInfo Class Reference
#include <src/main/activemq/commands/RemoveSubscriptionInfo.h>
Constructor & Destructor Documentation
| activemq::commands::RemoveSubscriptionInfo::RemoveSubscriptionInfo |
( |
|
) |
|
| virtual activemq::commands::RemoveSubscriptionInfo::~RemoveSubscriptionInfo |
( |
|
) |
[virtual] |
Member Function Documentation
| virtual RemoveSubscriptionInfo* activemq::commands::RemoveSubscriptionInfo::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.
- Returns:
- new copy of this object.
Implements activemq::commands::DataStructure.
| virtual void activemq::commands::RemoveSubscriptionInfo::copyDataStructure |
( |
const DataStructure * |
src |
) |
[virtual] |
| virtual bool activemq::commands::RemoveSubscriptionInfo::equals |
( |
const DataStructure * |
value |
) |
const [virtual] |
Compares the DataStructure passed in to this one, and returns if they are equivalent.
Equivalent here means that they are of the same type, and that each element of the objects are the same.
- Returns:
- true if DataStructure's are Equal.
Reimplemented from activemq::commands::BaseCommand.
| virtual std::string& activemq::commands::RemoveSubscriptionInfo::getClientId |
( |
|
) |
[virtual] |
| virtual const std::string& activemq::commands::RemoveSubscriptionInfo::getClientId |
( |
|
) |
const [virtual] |
| virtual Pointer<ConnectionId>& activemq::commands::RemoveSubscriptionInfo::getConnectionId |
( |
|
) |
[virtual] |
| virtual const Pointer<ConnectionId>& activemq::commands::RemoveSubscriptionInfo::getConnectionId |
( |
|
) |
const [virtual] |
| virtual unsigned char activemq::commands::RemoveSubscriptionInfo::getDataStructureType |
( |
|
) |
const [virtual] |
| virtual std::string& activemq::commands::RemoveSubscriptionInfo::getSubcriptionName |
( |
|
) |
[virtual] |
| virtual const std::string& activemq::commands::RemoveSubscriptionInfo::getSubcriptionName |
( |
|
) |
const [virtual] |
| virtual bool activemq::commands::RemoveSubscriptionInfo::isRemoveSubscriptionInfo |
( |
|
) |
const [inline, virtual] |
| virtual void activemq::commands::RemoveSubscriptionInfo::setClientId |
( |
const std::string & |
clientId |
) |
[virtual] |
| virtual void activemq::commands::RemoveSubscriptionInfo::setConnectionId |
( |
const Pointer< ConnectionId > & |
connectionId |
) |
[virtual] |
| virtual void activemq::commands::RemoveSubscriptionInfo::setSubcriptionName |
( |
const std::string & |
subcriptionName |
) |
[virtual] |
| virtual std::string activemq::commands::RemoveSubscriptionInfo::toString |
( |
|
) |
const [virtual] |
Allows a Visitor to visit this command and return a response to the command based on the command type being visited.
The command will call the proper processXXX method in the visitor.
- Returns:
- a Response to the visitor being called or NULL if no response.
Implements activemq::commands::Command.
Field Documentation
The documentation for this class was generated from the following file: