Class e.p.o.o.OssoService(ServiceProvider):

Part of elisa.plugins.osso.osso_service View In Hierarchy

Undocumented
Line # Kind Name Docs
60 Method initialize Initialize the component.
68 Method clean Clean the component.

Inherited from ServiceProvider:

Line # Kind Name Docs
31 Method start Start the service.
38 Method stop Stop the service.

Inherited from Component (via ServiceProvider):

Line # Kind Name Docs
85 Class PathDescriptor Undocumented
97 Class Method create Create and initialize the component.

Inherited from Loggable (via ServiceProvider, Component):

Line # Kind Name Docs
81 Method __init__ Undocumented
def initialize(self):

Initialize the component.

This method is called by Component.create to finish the initialization of a component.
Returnsa deferred called when a component is fully initialized (type: twisted.internet.defer.Deferred )
def clean(self):

Clean the component.

This method is called when a component is not needed anymore to clean its state.
Returnsa deferred called when the component has finished cleaning its state (type: twisted.internet.defer.Deferred )
API Documentation for Elisa Media Center, generated by pydoctor at 2008-09-01 20:02:12.