18#ifndef _ACTIVEMQ_COMMANDS_SESSIONID_H_
19#define _ACTIVEMQ_COMMANDS_SESSIONID_H_
23#pragma warning( disable : 4290 )
40 using decaf::lang::Pointer;
#define AMQCPP_API
Definition Config.h:30
Definition BaseDataStructure.h:33
Definition ConnectionId.h:51
Definition ConsumerId.h:48
Definition DataStructure.h:27
Definition ProducerId.h:48
const Pointer< ConnectionId > & getParentId() const
decaf::lang::PointerComparator< SessionId > COMPARATOR
Definition SessionId.h:61
static const unsigned char ID_SESSIONID
Definition SessionId.h:59
virtual std::string & getConnectionId()
virtual SessionId * cloneDataStructure() const
Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of ...
SessionId(const ConnectionId *connectionId, long long sessionId)
virtual unsigned char getDataStructureType() const
Get the DataStructure Type as defined in CommandTypes.h.
virtual bool equals(const SessionId &value) const
virtual long long getValue() const
long long value
Definition SessionId.h:55
virtual bool operator==(const SessionId &value) const
std::string connectionId
Definition SessionId.h:54
virtual const std::string & getConnectionId() const
virtual int compareTo(const SessionId &value) const
virtual void setConnectionId(const std::string &connectionId)
virtual void setValue(long long value)
SessionId(const ConsumerId *consumerId)
SessionId(const ProducerId *producerId)
virtual bool equals(const DataStructure *value) const
Compares the DataStructure passed in to this one, and returns if they are equivalent.
virtual void copyDataStructure(const DataStructure *src)
Copy the contents of the passed object into this objects members, overwriting any existing data.
virtual std::string toString() const
Returns a string containing the information for this DataStructure such as its type and value of its ...
virtual bool operator<(const SessionId &value) const
SessionId(const SessionId &other)
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