0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
Hypertable::ConnectionHandlerFactory Class Referenceabstract

Abstract class for creating default application dispatch handlers. More...

#include <ConnectionHandlerFactory.h>

Inheritance diagram for Hypertable::ConnectionHandlerFactory:
Inheritance graph
[legend]

Public Member Functions

virtual ~ConnectionHandlerFactory ()
 Destructor. More...
 
virtual void get_instance (DispatchHandlerPtr &dhp)=0
 Creates a connection dispatch handler. More...
 

Detailed Description

Abstract class for creating default application dispatch handlers.

Definition at line 41 of file ConnectionHandlerFactory.h.

Constructor & Destructor Documentation

virtual Hypertable::ConnectionHandlerFactory::~ConnectionHandlerFactory ( )
inlinevirtual

Destructor.

Definition at line 44 of file ConnectionHandlerFactory.h.

Member Function Documentation

virtual void Hypertable::ConnectionHandlerFactory::get_instance ( DispatchHandlerPtr dhp)
pure virtual

Creates a connection dispatch handler.

Parameters
dhpReference to created dispatch handler

Implemented in HandlerFactory, Hypertable::FsBroker::Lib::ConnectionHandlerFactory, HandlerFactory, and Hypertable::HandlerFactory.


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