Package zephir :: Package backend :: Module sentinelle_rpc :: Class RPCSentinelle
[frames] | no frames]

Class RPCSentinelle

source code

twisted.web.resource.Resource --+        
                                |        
        twisted.web.xmlrpc.XMLRPC --+    
                                    |    
                xmlrpceole.XMLRPCEole --+
                                        |
                                       RPCSentinelle

serveur XMLRPC gérant les données pour Sentinelle

Nested Classes

Inherited from twisted.web.resource.Resource: entityType

Instance Methods
 
__init__(self, parent, agents_manager) source code
 
send_result(self, result) source code
 
recup_failed(self, failure) source code
 
xmlrpc_get_all_conf(self, cred_user) source code
 
xmlrpc_get_all(self, cred_user) source code
 
xmlrpc_get_all_for_sentinelle(self, cred_user) source code
 
xmlrpc_get_serveur_etab(self, cred_user)
renvoie la liste des serveurs par établissement avec id_serveur / id_module
source code
 
startRecup(self) source code
 
parseNewDict(self, txtDict) source code
 
parseOldDict(self, txtDict) source code
 
getAllConf(self) source code
 
parseEtats(self, etatsDict) source code
 
getAllEtats(self) source code
 
parseStatus(self, id_serv, statusRegX) source code
 
getAllStatus(self) source code
 
zephtime2seconds(self, sTime) source code
 
getAllServer(self) source code
 
getAllConfigZephir(self) source code
 
parseMeasures(self, id_serv, measuresRegX) source code
 
getAllMeasures(self) source code
 
getAllCheckMaj(self) source code
 
getAllEtab(self) source code

Inherited from xmlrpceole.XMLRPCEole: ebRender, load_groupes, render

Inherited from twisted.web.xmlrpc.XMLRPC: getSubHandler, getSubHandlerPrefixes, putSubHandler

Inherited from twisted.web.resource.Resource: delEntity, getChild, getChildForRequest, getChildWithDefault, getDynamicEntity, getStaticEntity, listDynamicEntities, listDynamicNames, listEntities, listNames, listStaticEntities, listStaticNames, putChild, reallyPutEntity, render_HEAD

Class Variables

Inherited from twisted.web.xmlrpc.XMLRPC: FAILURE, NOT_FOUND, isLeaf, separator

Inherited from twisted.web.resource.Resource: server

Method Details

__init__(self, parent, agents_manager)
(Constructor)

source code 
Overrides: xmlrpceole.XMLRPCEole.__init__