Example #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
Example #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
Example #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
Example #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
Example #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
Example #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
Example #7
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'log', config, as_node_url)
     return config
Example #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
Example #9
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     return config
Example #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
Example #11
0
 def configuration(self):
     cd = ServiceNode.configuration(self)
     get_attribute(self, "allow_ftp", cd, str)
     return cd
Example #12
0
 def configuration(self):
     cd = ServiceNode.configuration(self)
     get_attribute(self, "allow_ftp", cd, str)
     return cd
Example #13
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'security_level', config, str)
     return config
Example #14
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'security_level', config, str)
     return config
Example #15
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     return config
Example #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
Example #17
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'log', config, as_node_url)
     return config
Example #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
Example #19
0
 def configuration(self):
     if self.debug: print 'In GarbageCollector:configuration().'
     config = ServiceNode.configuration(self)
     return config
Example #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