twisted.application.service.ServiceMaker(object) class documentationtwisted.application.service
(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.Optionssubclass defining the 
configuration options for this application. | 
| Method | makeService | Create and return an object providing twisted.application.service.IService. | 
A twisted.python.usage.Options subclass defining the 
configuration options for this application.
Create and return an object providing twisted.application.service.IService.
| Parameters | options | A mapping (typically a dictortwisted.python.usage.Optionsinstance) of configuration options to desired configuration values. |