#include <HandlerFactory.h>
Public Member Functions | |
HandlerFactory (Comm *comm, ApplicationQueuePtr &app_queue, Apps::RangeServerPtr range_server) | |
virtual void | get_instance (DispatchHandlerPtr &dhp) |
Creates a connection dispatch handler. More... | |
Public Member Functions inherited from Hypertable::ConnectionHandlerFactory | |
virtual | ~ConnectionHandlerFactory () |
Destructor. More... | |
Private Attributes | |
Comm * | m_comm |
ApplicationQueuePtr | m_app_queue |
Apps::RangeServerPtr | m_range_server |
Definition at line 35 of file HandlerFactory.h.
|
inline |
Definition at line 37 of file HandlerFactory.h.
|
inlinevirtual |
Creates a connection dispatch handler.
dhp | Reference to created dispatch handler |
Implements Hypertable::ConnectionHandlerFactory.
Definition at line 42 of file HandlerFactory.h.
|
private |
Definition at line 47 of file HandlerFactory.h.
|
private |
Definition at line 46 of file HandlerFactory.h.
|
private |
Definition at line 48 of file HandlerFactory.h.