Public Member Functions
Tonido::System::StatsService Class Reference

Service that collects statistics. More...

Inheritance diagram for Tonido::System::StatsService:
Tonido::System::Service

List of all members.

Public Member Functions

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

Detailed Description

Service that collects statistics.


Constructor & Destructor Documentation

Tonido::System::StatsService::StatsService ( )

Ctor.

Details if needed

Tonido::System::StatsService::~StatsService ( ) [virtual]

Dtor.

Details if needed


Member Function Documentation

bool Tonido::System::StatsService::init ( const std::string &  a_basePath) [virtual]

init

Inits the Service

Implements Tonido::System::Service.

const std::string & Tonido::System::StatsService::name ( ) const [virtual]

name

name of the service

Implements Tonido::System::Service.

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

onMessage

Description

Parameters:
[in]none
Returns:
none

Implements Tonido::System::Service.

bool Tonido::System::StatsService::shutdown ( ) [virtual]

shutdown

Description

Parameters:
[in]none
Returns:
none

Implements Tonido::System::Service.

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

startup

Description

Parameters:
[in]none
Returns:
none

Implements Tonido::System::Service.


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