18#ifndef _ACTIVEMQ_COMMANDS_REMOVESUBSCRIPTIONINFO_H_
19#define _ACTIVEMQ_COMMANDS_REMOVESUBSCRIPTIONINFO_H_
23#pragma warning( disable : 4290 )
56 const static unsigned char ID_REMOVESUBSCRIPTIONINFO = 9;
#define AMQCPP_API
Definition: Config.h:30
Definition: BaseCommand.h:27
Definition: DataStructure.h:27
Definition: RemoveSubscriptionInfo.h:47
virtual bool equals(const DataStructure *value) const
Compares the DataStructure passed in to this one, and returns if they are equivalent.
virtual void setConnectionId(const Pointer< ConnectionId > &connectionId)
virtual ~RemoveSubscriptionInfo()
virtual std::string & getSubcriptionName()
virtual void setClientId(const std::string &clientId)
virtual const Pointer< ConnectionId > & getConnectionId() const
virtual void setSubcriptionName(const std::string &subcriptionName)
std::string subcriptionName
Definition: RemoveSubscriptionInfo.h:51
virtual std::string & getClientId()
virtual unsigned char getDataStructureType() const
Get the DataStructure Type as defined in CommandTypes.h.
std::string clientId
Definition: RemoveSubscriptionInfo.h:52
virtual RemoveSubscriptionInfo * cloneDataStructure() const
Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of ...
virtual std::string toString() const
Returns a string containing the information for this DataStructure such as its type and value of its ...
Pointer< ConnectionId > connectionId
Definition: RemoveSubscriptionInfo.h:50
virtual Pointer< ConnectionId > & getConnectionId()
virtual const std::string & getSubcriptionName() const
virtual void copyDataStructure(const DataStructure *src)
Copy the contents of the passed object into this objects members, overwriting any existing data.
virtual Pointer< Command > visit(activemq::state::CommandVisitor *visitor)
Allows a Visitor to visit this command and return a response to the command based on the command type...
virtual bool isRemoveSubscriptionInfo() const
Definition: RemoveSubscriptionInfo.h:94
virtual const std::string & getClientId() const
Interface for an Object that can visit the various Command Objects that are sent from and to this cli...
Definition: CommandVisitor.h:69
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the defa...
Definition: Pointer.h:53
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: CachedConsumer.h:24