Public Member Functions
Tonido::Explorer::ExplorerPlugin Class Reference
Inheritance diagram for Tonido::Explorer::ExplorerPlugin:
Tonido::System::Service

List of all members.

Public Member Functions

 ExplorerPlugin ()
 Ctor.
virtual ~ExplorerPlugin ()
 Dtor.
virtual bool init (const std::string &a_basePath)
 init
virtual const std::string & name () const
 name
virtual bool startup (Tonido::System::MessageDispatcher *dispatcher)
 startup
virtual bool shutdown ()
 shutdown
virtual void onMessage (const void *pSender, Tonido::Data::Message::SharedPtr &args)
 onMessage

Constructor & Destructor Documentation

Tonido::Explorer::ExplorerPlugin::ExplorerPlugin ( )

Ctor.

Details if needed

Tonido::Explorer::ExplorerPlugin::~ExplorerPlugin ( ) [virtual]

Dtor.

Details if needed


Member Function Documentation

bool Tonido::Explorer::ExplorerPlugin::init ( const std::string &  a_basePath) [virtual]

init

Inits the Service

Implements Tonido::System::Service.

const std::string & Tonido::Explorer::ExplorerPlugin::name ( ) const [virtual]

name

name of the service

Implements Tonido::System::Service.

void Tonido::Explorer::ExplorerPlugin::onMessage ( const void *  pSender,
Tonido::Data::Message::SharedPtr &  args 
) [virtual]

onMessage

OnMessage Virtual Override

Implements Tonido::System::Service.

bool Tonido::Explorer::ExplorerPlugin::shutdown ( ) [virtual]

shutdown

Shuts down the HTTP Client Service

Implements Tonido::System::Service.

bool Tonido::Explorer::ExplorerPlugin::startup ( Tonido::System::MessageDispatcher dispatcher) [virtual]

startup

Starts the HTTP Client Service

Implements Tonido::System::Service.


Generated on Wed Oct 12 2011 21:46:53. © CodeLathe LLC 2007-2011. All Rights Reserved.