Ejemplo n.º 1
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'heating', config, as_node_url)
     get_attribute(self, 'cooling', config, as_node_url)
     get_attribute(self, 'temperature', config, as_node_url)
     get_attribute(self, 'minimum', config, str)
     get_attribute(self, 'maximum', config, str)
     return config
Ejemplo n.º 2
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'heating', config, as_node_url)
     get_attribute(self, 'cooling', config, as_node_url)
     get_attribute(self, 'temperature', config, as_node_url)
     get_attribute(self, 'minimum', config, str)
     get_attribute(self, 'maximum', config, str)
     return config
Ejemplo n.º 3
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'server_url', config)
     get_attribute(self, 'node', config)
     get_attribute(self, 'period', config, str)
     get_attribute(self,'connection',config,as_node_url)
     get_attribute(self,'timeout',config,str)
     return config
Ejemplo n.º 4
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'server_url', config)
     get_attribute(self, 'node', config)
     get_attribute(self, 'period', config, str)
     get_attribute(self, 'connection', config, as_node_url)
     get_attribute(self, 'timeout', config, str)
     return config
Ejemplo n.º 5
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'ip', config)
     get_attribute(self, 'port', config, str)
     get_attribute(self, 'user_manager', config, as_node_url)
     get_attribute(self, 'authentication', config, str)
     get_attribute(self, 'debug', config, str)
     get_attribute(self, 'maintenance_interval', config, str)
     get_attribute(self, 'zombie_timeout', config, str)
     get_attribute(self, 'thread_count', config, str)
     return config
Ejemplo n.º 6
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'ip', config)
     get_attribute(self, 'port', config, str)
     get_attribute(self, 'user_manager', config, as_node_url)
     get_attribute(self, 'authentication', config, str)
     get_attribute(self, 'debug', config, str)
     get_attribute(self, 'maintenance_interval', config, str)
     get_attribute(self, 'zombie_timeout', config, str)
     get_attribute(self, 'thread_count', config, str)
     return config
Ejemplo n.º 7
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'log', config, as_node_url)
     return config
Ejemplo n.º 8
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'minimum_size', config, str)
     get_attribute(self, 'maximum_size', config, str)
     return config
Ejemplo n.º 9
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     return config
Ejemplo n.º 10
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'default_log', config, as_node_url)
     get_attribute(self, 'use_cache', config)
     get_attribute(self, 'debug', config)
     return config
Ejemplo n.º 11
0
 def configuration(self):
     cd = ServiceNode.configuration(self)
     get_attribute(self, "allow_ftp", cd, str)
     return cd
Ejemplo n.º 12
0
 def configuration(self):
     cd = ServiceNode.configuration(self)
     get_attribute(self, "allow_ftp", cd, str)
     return cd
Ejemplo n.º 13
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'security_level', config, str)
     return config
Ejemplo n.º 14
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'security_level', config, str)
     return config
Ejemplo n.º 15
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     return config
Ejemplo n.º 16
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self,'connection',config,as_node_url)
     get_attribute(self,'timeout',config,str)
     get_attribute(self, 'gm_time', config, str)
     return config
Ejemplo n.º 17
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'log', config, as_node_url)
     return config
Ejemplo n.º 18
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self,'default_log',config,as_node_url)
     get_attribute(self,'use_cache', config)
     get_attribute(self,'debug', config)
     return config
Ejemplo n.º 19
0
 def configuration(self):
     if self.debug: print 'In GarbageCollector:configuration().'
     config = ServiceNode.configuration(self)
     return config
Ejemplo n.º 20
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'connection', config, as_node_url)
     get_attribute(self, 'timeout', config, str)
     get_attribute(self, 'gm_time', config, str)
     return config