#include <PreviewSessionState.h>
Inheritance diagram for qpid::broker::PreviewSessionState:
Public Member Functions | |
bool | isAttached () const |
void | detach () |
void | attach (PreviewSessionHandler &handler) |
PreviewSessionHandler * | getHandler () |
framing::AMQP_ClientProxy & | getProxy () |
ConnectionState & | getConnection () |
bool | isLocal (const ConnectionToken *t) const |
uint32_t | getTimeout () const |
Broker & | getBroker () |
framing::ProtocolVersion | getVersion () const |
void | activateOutput () |
OutputControl. | |
management::ManagementObject::shared_ptr | GetManagementObject (void) const |
management::Manageable::status_t | ManagementMethod (uint32_t methodId, management::Args &args) |
PreviewSessionState (PreviewSessionManager *, PreviewSessionHandler *out, uint32_t timeout, uint32_t ackInterval) |
ConnectionState& qpid::broker::PreviewSessionState::getConnection | ( | ) |
framing::AMQP_ClientProxy& qpid::broker::PreviewSessionState::getProxy | ( | ) |