#include <SessionState.h>
Public Member Functions | |
SessionState (Broker &, SessionHandler &, const SessionId &, const SessionState::Configuration &) | |
bool | isAttached () const |
void | detach () |
void | attach (SessionHandler &handler) |
framing::AMQP_ClientProxy & | getProxy () |
ConnectionState & | getConnection () |
bool | isLocal (const ConnectionToken *t) const |
Broker & | getBroker () |
void | activateOutput () |
OutputControl. | |
void | senderCompleted (const framing::SequenceSet &ranges) |
void | sendCompletion () |
DeliveryId | deliver (QueuedMessage &msg, DeliveryToken::shared_ptr token) |
management::ManagementObject * | GetManagementObject (void) const |
management::Manageable::status_t | ManagementMethod (uint32_t methodId, management::Args &args, std::string &) |
void | readyToSend () |
template<class F> | |
void | eachConsumer (F f) |
Definition at line 63 of file SessionState.h.
framing::AMQP_ClientProxy& qpid::broker::SessionState::getProxy | ( | ) |
ConnectionState& qpid::broker::SessionState::getConnection | ( | ) |