t.a.s.ServiceMaker(object) : class documentation

Part of twisted.application.service View Source View In Hierarchy

Implements interfaces: twisted.application.service.IServiceMaker, twisted.plugin.IPlugin

Utility class to simplify the definition of IServiceMaker plugins.
Method __init__ Undocumented
Method options A twisted.python.usage.Options subclass defining the configuration options for this application.
Method makeService Create and return an object providing twisted.application.service.IService.
def __init__(self, name, module, description, tapname): (source)
Undocumented
def options(): (source)
A twisted.python.usage.Options subclass defining the configuration options for this application.
def makeService(): (source)
Create and return an object providing twisted.application.service.IService.
ParametersoptionsA mapping (typically a dict or twisted.python.usage.Options instance) of configuration options to desired configuration values.
API Documentation for Twisted, generated by pydoctor at 2012-02-14 18:17:43.