Class e.p.c.c.CoherenceService(ServiceProvider):

Part of elisa.plugins.coherence.coherence_service View In Hierarchy

This Service is in charge of starting the Coherence framework and register new Plugins to it, when other Elisa Components need UPnP related features.
Line # Kind Name Docs
49 Method initialize Initialize the component.
76 Method start Start the service.
89 Method stop Stop the service.
66 Method _got_message Undocumented

Inherited from Component (via ServiceProvider):

Line # Kind Name Docs
85 Class PathDescriptor Undocumented
97 Class Method create Create and initialize the component.
142 Method clean Clean 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 _got_message(self, msg, sender):
Undocumented
def start(self):

Start the service.

return: a deferred fired when the service is started rtype: elisa.core.utils.defer.Deferred
def stop(self):

Stop the service.

return: a deferred fired when the service is started rtype: elisa.core.utils.defer.Deferred
API Documentation for Elisa Media Center, generated by pydoctor at 2008-11-17 18:23:07.