Exemple #1
0
 def configuration(self):
     config = ServiceNode.configuration(self)        
     get_attribute(self, 'alias', config)
     get_attribute(self, 'class_name', config)
     get_attribute(self, 'lifetime', config)
     return config
Exemple #2
0
 def configuration(self):
     cd = ServiceNode.configuration(self)
     get_attribute(self, 'ttl', cd, str)
     return cd
Exemple #3
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     get_attribute(self, 'alias', config)
     get_attribute(self, 'class_name', config)
     get_attribute(self, 'lifetime', config)
     return config
Exemple #4
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     config['secured'] = self.secured
     return config
Exemple #5
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     config['secured'] = self.secured
     return config
Exemple #6
0
 def configuration(self):
     cd = ServiceNode.configuration(self)
     get_attribute(self, 'ttl', cd, str)
     return cd