Class e.p.e.u.UpdaterService(ServiceProvider):

Part of elisa.plugins.elisa_updater.updater_service View In Hierarchy

Elisa service able to periodically scan the Elisa Plugin Repository and find potential updates of the installed plugins.
Line # Kind Name Docs
42 Method initialize Initialize the component.
48 Method start Start the service.
51 Method stop Stop the service.
55 Method _got_upgradeables Undocumented
59 Method _check_upgrades Undocumented
67 Method _update_cache Undocumented
72 Method _schedule_new_cache_update 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 start(self):

Start the service.

DOCME more
def stop(self):

Stop the service.

DOCME more
def _got_upgradeables(self, upgradeables):
Undocumented
def _check_upgrades(self, result):
Undocumented
def _update_cache(self):
Undocumented
def _schedule_new_cache_update(self, dummy, interval):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2008-10-27 18:31:59.