18#ifndef _ACTIVEMQ_COMMANDS_PRODUCERID_H_
19#define _ACTIVEMQ_COMMANDS_PRODUCERID_H_
23#pragma warning( disable : 4290 )
37 using decaf::lang::Pointer;
#define AMQCPP_API
Definition Config.h:30
Definition BaseDataStructure.h:33
Definition DataStructure.h:27
decaf::lang::PointerComparator< ProducerId > COMPARATOR
Definition ProducerId.h:59
void setProducerSessionKey(std::string sessionKey)
virtual bool operator<(const ProducerId &value) const
virtual void copyDataStructure(const DataStructure *src)
Copy the contents of the passed object into this objects members, overwriting any existing data.
virtual long long getValue() const
long long sessionId
Definition ProducerId.h:53
virtual unsigned char getDataStructureType() const
Get the DataStructure Type as defined in CommandTypes.h.
virtual bool equals(const DataStructure *value) const
Compares the DataStructure passed in to this one, and returns if they are equivalent.
virtual bool equals(const ProducerId &value) const
ProducerId(std::string producerId)
std::string connectionId
Definition ProducerId.h:51
virtual void setConnectionId(const std::string &connectionId)
virtual std::string & getConnectionId()
ProducerId(const ProducerId &other)
long long value
Definition ProducerId.h:52
virtual bool operator==(const ProducerId &value) const
ProducerId(const SessionId &sessionId, long long consumerId)
virtual const std::string & getConnectionId() const
const Pointer< SessionId > & getParentId() const
virtual ProducerId * cloneDataStructure() const
Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of ...
virtual void setSessionId(long long sessionId)
virtual void setValue(long long value)
virtual long long getSessionId() const
virtual int compareTo(const ProducerId &value) const
virtual std::string toString() const
Returns a string containing the information for this DataStructure such as its type and value of its ...
static const unsigned char ID_PRODUCERID
Definition ProducerId.h:57
Definition SessionId.h:51
This interface imposes a total ordering on the objects of each class that implements it.
Definition Comparable.h:33
This implementation of Comparator is designed to allows objects in a Collection to be sorted or teste...
Definition Pointer.h:366
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
Definition ActiveMQBlobMessage.h:28
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24