18 #ifndef _ACTIVEMQ_COMMANDS_CONTROLCOMMAND_H_ 19 #define _ACTIVEMQ_COMMANDS_CONTROLCOMMAND_H_ 23 #pragma warning( disable : 4290 ) 53 const static unsigned char ID_CONTROLCOMMAND = 14;
66 virtual unsigned char getDataStructureType()
const;
72 virtual std::string toString()
const;
76 virtual const std::string& getCommand()
const;
77 virtual std::string& getCommand();
78 virtual void setCommand(
const std::string& command );
Definition: ControlCommand.h:46
#define AMQCPP_API
Definition: Config.h:30
Definition: DataStructure.h:27
Interface for an Object that can visit the various Command Objects that are sent from and to this cli...
Definition: CommandVisitor.h:69
Definition: BaseCommand.h:27
virtual bool isControlCommand() const
Definition: ControlCommand.h:83
std::string command
Definition: ControlCommand.h:49
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
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