|  | The Gaudi Framework
    v28r0
    | 


| Public Member Functions | |
| def | __init__ (self, name, isvc=None) | 
| def | retrieveInterface (self) | 
| def | isValid (self) | 
|  Public Member Functions inherited from GaudiPython.Bindings.iProperty | |
| def | __init__ (self, name, ip=None) | 
| def | getInterface (self) | 
| def | retrieveInterface (self) | 
| def | __call_interface_method__ (self, ifname, method, args) | 
| def | __setattr__ (self, name, value) | 
| def | __getattr__ (self, name) | 
| def | properties (self) | 
| def | name (self) | 
| Static Public Attributes | |
| initialize = lambdaself:self.__call_interface_method__("_isvc","initialize") | |
| start = lambdaself:self.__call_interface_method__("_isvc","start") | |
| stop = lambdaself:self.__call_interface_method__("_isvc","stop") | |
| finalize = lambdaself:self.__call_interface_method__("_isvc","finalize") | |
| reinitialize = lambdaself:self.__call_interface_method__("_isvc","reinitialize") | |
| restart = lambdaself:self.__call_interface_method__("_isvc","restart") | |
Python equivalent to IProperty interface
Definition at line 293 of file Bindings.py.
| def GaudiPython.Bindings.iService.__init__ | ( | self, | |
| name, | |||
| isvc = None | |||
| ) | 
Definition at line 295 of file Bindings.py.
| def GaudiPython.Bindings.iService.isValid | ( | self | ) | 
Definition at line 308 of file Bindings.py.
| def GaudiPython.Bindings.iService.retrieveInterface | ( | self | ) | 
Definition at line 299 of file Bindings.py.
| 
 | static | 
Definition at line 305 of file Bindings.py.
| 
 | static | 
Definition at line 302 of file Bindings.py.
| 
 | static | 
Definition at line 306 of file Bindings.py.
| 
 | static | 
Definition at line 307 of file Bindings.py.
| 
 | static | 
Definition at line 303 of file Bindings.py.
| 
 | static | 
Definition at line 304 of file Bindings.py.