uicore::Service Class Referenceabstract

Service/daemon class. More...

#include <service.h>

Public Member Functions

 Service (const std::string &service_name)
 Constructs a service object. More...
 
 ~Service ()
 
int main (int argc, char **argv)
 Process command line and run service. More...
 
const std::stringservice_name () const
 Returns the service name. More...
 

Protected Member Functions

virtual void service_reload ()=0
 Called when the service is asked to reload its configuration. More...
 
virtual void service_start (std::vector< std::string > &args)=0
 Called when the service is asked to start. More...
 
virtual void service_stop ()=0
 Called when the service is asked to stop. More...
 

Friends

class Service_Impl
 

Detailed Description

Service/daemon class.

Constructor & Destructor Documentation

uicore::Service::Service ( const std::string service_name)

Constructs a service object.

uicore::Service::~Service ( )

Member Function Documentation

int uicore::Service::main ( int  argc,
char **  argv 
)

Process command line and run service.

const std::string& uicore::Service::service_name ( ) const

Returns the service name.

virtual void uicore::Service::service_reload ( )
protectedpure virtual

Called when the service is asked to reload its configuration.

virtual void uicore::Service::service_start ( std::vector< std::string > &  args)
protectedpure virtual

Called when the service is asked to start.

virtual void uicore::Service::service_stop ( )
protectedpure virtual

Called when the service is asked to stop.

Friends And Related Function Documentation

friend class Service_Impl
friend

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