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;
#define AMQCPP_API
Definition: Config.h:30
Definition: BaseDataStructure.h:33
Definition: DataStructure.h:27
Definition: DiscoveryEvent.h:46
virtual std::string & getBrokerName()
virtual std::string toString() const
Returns a string containing the information for this DataStructure such as its type and value of its ...
virtual void setServiceName(const std::string &serviceName)
std::string serviceName
Definition: DiscoveryEvent.h:49
virtual unsigned char getDataStructureType() const
Get the DataStructure Type as defined in CommandTypes.h.
virtual void copyDataStructure(const DataStructure *src)
Copy the contents of the passed object into this objects members, overwriting any existing data.
virtual void setBrokerName(const std::string &brokerName)
virtual const std::string & getServiceName() const
virtual ~DiscoveryEvent()
virtual std::string & getServiceName()
virtual const std::string & getBrokerName() const
std::string brokerName
Definition: DiscoveryEvent.h:50
virtual DiscoveryEvent * cloneDataStructure() const
Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of ...
virtual bool equals(const DataStructure *value) const
Compares the DataStructure passed in to this one, and returns if they are equivalent.
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