18#ifndef _ACTIVEMQ_COMMANDS_NETWORKBRIDGEFILTER_H_
19#define _ACTIVEMQ_COMMANDS_NETWORKBRIDGEFILTER_H_
23#pragma warning( disable : 4290 )
56 const static unsigned char ID_NETWORKBRIDGEFILTER = 91;
#define AMQCPP_API
Definition: Config.h:30
Definition: BaseDataStructure.h:33
Definition: DataStructure.h:27
Definition: NetworkBridgeFilter.h:47
int messageTTL
Definition: NetworkBridgeFilter.h:51
virtual void setConsumerTTL(int consumerTTL)
virtual bool equals(const DataStructure *value) const
Compares the DataStructure passed in to this one, and returns if they are equivalent.
virtual const Pointer< BrokerId > & getNetworkBrokerId() const
Pointer< BrokerId > networkBrokerId
Definition: NetworkBridgeFilter.h:50
virtual int getMessageTTL() const
virtual Pointer< BrokerId > & getNetworkBrokerId()
int consumerTTL
Definition: NetworkBridgeFilter.h:52
virtual void setMessageTTL(int messageTTL)
virtual std::string toString() const
Returns a string containing the information for this DataStructure such as its type and value of its ...
virtual NetworkBridgeFilter * cloneDataStructure() const
Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of ...
virtual void setNetworkBrokerId(const Pointer< BrokerId > &networkBrokerId)
virtual unsigned char getDataStructureType() const
Get the DataStructure Type as defined in CommandTypes.h.
virtual int getConsumerTTL() const
virtual ~NetworkBridgeFilter()
virtual void copyDataStructure(const DataStructure *src)
Copy the contents of the passed object into this objects members, overwriting any existing data.
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