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