Package elisa :: Package core :: Package tests :: Module test_service_manager :: Class SimpleService
[hide private]
[frames] | no frames]

Class SimpleService

source code


Nested Classes [hide private]

Inherited from component.Component: __metaclass__

Instance Methods [hide private]
 
start(self)
Start the service.
source code
 
stop(self)
Stop the service.
source code

Inherited from component.Component: __init__, clean, initialize, load_config, save_config

Inherited from extern.log.log.Loggable: debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods [hide private]

Inherited from component.Component: __classinit__

Class Variables [hide private]
  running = True

Inherited from base_components.service_provider.ServiceProvider: name

Inherited from component.Component: checked, config_doc, default_config, id, plugin

Inherited from extern.log.log.Loggable: logCategory

Instance Variables [hide private]

Inherited from component.Component: config, path

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

start(self)

source code 

Start the service.

DOCME more
Overrides: base_components.service_provider.ServiceProvider.start
(inherited documentation)

stop(self)

source code 

Stop the service.

DOCME more
Overrides: base_components.service_provider.ServiceProvider.stop
(inherited documentation)