| Trees | Indices | Help |
|
|---|
|
|
Service providers run during all the lifetime of the application.
They are started first in the components initialization sequence, so they should listen to the message bus for the 'components_initialized' message before communication with other components.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Inherited from component.Component | |||
|---|---|---|---|
twisted.internet.defer.Deferred
|
|
||
twisted.internet.defer.Deferred
|
|
||
|
|||
|
|||
| Inherited from log.Loggable | |||
|
|||
| Class Methods | |||
| Inherited from component.Component | |||
|---|---|---|---|
| elisa.core.component.Component or a subclass |
|
||
| Class Variables | |
|
Inherited from |
|
| Inherited from component.Component | |
|---|---|
config_doc = {}
|
|
default_config = {}
|
|
name = property(fget= name__get, fset= name__set)
|
|
path = PathDescriptor()
|
|
| Properties | |
|
Inherited from |
| Method Details |
Start the service. return: a deferred fired when the service is started rtype: elisa.core.utils.defer.Deferred |
Stop the service. return: a deferred fired when the service is started rtype: elisa.core.utils.defer.Deferred |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 1 10:54:30 2009 | http://epydoc.sourceforge.net |