Exemplo n.º 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
Exemplo n.º 2
0
 def configuration(self):
     cd = ServiceNode.configuration(self)
     get_attribute(self, 'ttl', cd, str)
     return cd
Exemplo n.º 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
Exemplo n.º 4
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     config['secured'] = self.secured
     return config
Exemplo n.º 5
0
 def configuration(self):
     config = ServiceNode.configuration(self)
     config['secured'] = self.secured
     return config
Exemplo n.º 6
0
 def configuration(self):
     cd = ServiceNode.configuration(self)
     get_attribute(self, 'ttl', cd, str)
     return cd