18 #ifndef _ACTIVEMQ_COMMANDS_DISCOVERYEVENT_H_ 19 #define _ACTIVEMQ_COMMANDS_DISCOVERYEVENT_H_ 23 #pragma warning( disable : 4290 ) 54 const static unsigned char ID_DISCOVERYEVENT = 40;
67 virtual unsigned char getDataStructureType()
const;
73 virtual std::string toString()
const;
77 virtual const std::string& getServiceName()
const;
78 virtual std::string& getServiceName();
79 virtual void setServiceName(
const std::string& serviceName );
81 virtual const std::string& getBrokerName()
const;
82 virtual std::string& getBrokerName();
83 virtual void setBrokerName(
const std::string& brokerName );
std::string serviceName
Definition: DiscoveryEvent.h:49
#define AMQCPP_API
Definition: Config.h:30
Definition: BaseDataStructure.h:33
Definition: DiscoveryEvent.h:46
Definition: DataStructure.h:27
std::string brokerName
Definition: DiscoveryEvent.h:50
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