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

Runs a timer service used by all services. More...

Inheritance diagram for Tonido::System::TimerService:
Tonido::System::Service

List of all members.

Public Member Functions

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

Detailed Description

Runs a timer service used by all services.

For more details on usage TimerService


Constructor & Destructor Documentation

Tonido::System::TimerService::TimerService ( )

Ctor.

Details if needed

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

Dtor.

Details if needed


Member Function Documentation

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

init

Inits the Service

Implements Tonido::System::Service.

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

name

name of the service

Implements Tonido::System::Service.

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

onMessage

onMessage virtual

Implements Tonido::System::Service.

void Tonido::System::TimerService::run ( )

run

run Virtual Override

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

shutdown

Shuts down the SyncProxyService Service

Implements Tonido::System::Service.

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

startup

Starts the SyncProxyService Service

Implements Tonido::System::Service.


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