Package zephir :: Package monitor :: Package agentmanager :: Module zephirservice :: Class ZephirService
[frames] | no frames]

Class ZephirService

source code

 twisted.application.service.Service --+    
                                       |    
twisted.application.service.MultiService --+
                                           |
                                          ZephirService

Main Twisted service for Zephir apps

Instance Methods
 
__init__(self, config, root_resource=None, serve_static=False)
config will be completed by default values
source code
 
with_updater(self) source code
 
with_publisher(self) source code
 
with_updater_and_publisher(self) source code

Inherited from twisted.application.service.MultiService: __iter__, addService, getServiceNamed, privilegedStartService, removeService, startService, stopService

Inherited from twisted.application.service.Service: __getstate__, disownServiceParent, setName, setServiceParent

Class Variables

Inherited from twisted.application.service.Service: name, parent, running

Method Details

__init__(self, config, root_resource=None, serve_static=False)
(Constructor)

source code 
config will be completed by default values
Overrides: twisted.application.service.MultiService.__init__