Package zephir :: Package monitor :: Package agentmanager :: Module zephirservice :: Class PublisherService
[hide private]
[frames] | no frames]

Class PublisherService

source code

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

Serves the web interface for current agent data

Instance Methods [hide private]
 
__init__(self, config, parent, root_resource, live_agents=None, show_clients_page=True)
config should be complete
source code

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

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

Class Variables [hide private]

Inherited from twisted.application.service.MultiService: __implemented__, __provides__

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

Method Details [hide private]

__init__(self, config, parent, root_resource, live_agents=None, show_clients_page=True)
(Constructor)

source code 
config should be complete
Overrides: twisted.application.service.MultiService.__init__