0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
Hyperspace::RequestHandlerDestroySession Class Reference

#include <RequestHandlerDestroySession.h>

Inheritance diagram for Hyperspace::RequestHandlerDestroySession:
Inheritance graph
[legend]
Collaboration diagram for Hyperspace::RequestHandlerDestroySession:
Collaboration graph
[legend]

Public Member Functions

 RequestHandlerDestroySession (Master *master, uint64_t session_id)
 
virtual ~RequestHandlerDestroySession ()
 
virtual void run ()
 Carries out the request. More...
 
- Public Member Functions inherited from Hypertable::ApplicationHandler
 ApplicationHandler (EventPtr &event)
 Constructor initializing from an Event object. More...
 
 ApplicationHandler (bool urgent=false)
 Default constructor with m_urgent flag initialization. More...
 
virtual ~ApplicationHandler ()
 Destructor. More...
 
uint64_t get_group_id ()
 Returns the group ID that this handler belongs to. More...
 
bool is_urgent ()
 Returns true if request is urgent. More...
 
bool is_expired ()
 Returns true if request has expired. More...
 

Private Attributes

Masterm_master
 
uint64_t m_session_id
 

Additional Inherited Members

- Protected Attributes inherited from Hypertable::ApplicationHandler
EventPtr m_event
 MESSAGE Event from which handler was initialized. More...
 
bool m_urgent
 Flag indicating if handler is urgent. More...
 

Detailed Description

Definition at line 32 of file RequestHandlerDestroySession.h.

Constructor & Destructor Documentation

Hyperspace::RequestHandlerDestroySession::RequestHandlerDestroySession ( Master master,
uint64_t  session_id 
)
inline

Definition at line 34 of file RequestHandlerDestroySession.h.

virtual Hyperspace::RequestHandlerDestroySession::~RequestHandlerDestroySession ( )
inlinevirtual

Definition at line 36 of file RequestHandlerDestroySession.h.

Member Function Documentation

void RequestHandlerDestroySession::run ( )
virtual

Carries out the request.

Called by an ApplicationQueue worker thread.

Implements Hypertable::ApplicationHandler.

Definition at line 39 of file RequestHandlerDestroySession.cc.

Member Data Documentation

Master* Hyperspace::RequestHandlerDestroySession::m_master
private

Definition at line 41 of file RequestHandlerDestroySession.h.

uint64_t Hyperspace::RequestHandlerDestroySession::m_session_id
private

Definition at line 42 of file RequestHandlerDestroySession.h.


The documentation for this class was generated from the following files: