|
Gaudi Framework, version v23r9 |
| Home | Generated: Thu Jul 18 2013 |


Public Member Functions | |
| def | __init__ |
| constructor | |
| def | getProperties |
| def | getProperty |
Public Member Functions inherited from GaudiPython.Bindings.iService | |
| def | __init__ |
| def | retrieveInterface |
| def | isValid |
Public Member Functions inherited from GaudiPython.Bindings.iProperty | |
| def | __init__ |
| def | getInterface |
| def | retrieveInterface |
| def | __call_interface_method__ |
| def | __setattr__ |
| def | __getattr__ |
| def | properties |
| def | name |
Additional Inherited Members | |
Static Public Attributes inherited from GaudiPython.Bindings.iService | |
| tuple | initialize lambdaself:self.__call_interface_method__("_isvc","initialize") |
| tuple | start lambdaself:self.__call_interface_method__("_isvc","start") |
| tuple | stop lambdaself:self.__call_interface_method__("_isvc","stop") |
| tuple | finalize lambdaself:self.__call_interface_method__("_isvc","finalize") |
| tuple | reinitialize lambdaself:self.__call_interface_method__("_isvc","reinitialize") |
| tuple | restart lambdaself:self.__call_interface_method__("_isvc","restart") |
Python-image of C++ class IJobOptionsSvc
Definition at line 573 of file Bindings.py.
| def GaudiPython.Bindings.iJobOptSvc.__init__ | ( | self, | |
| name, | |||
| svc | |||
| ) |
constructor
constructor
Definition at line 578 of file Bindings.py.
| def GaudiPython.Bindings.iJobOptSvc.getProperties | ( | self, | |
| component | |||
| ) |
Extract *ALL* properties of the given component Usage : >>> jos = gaudi.optSvc() >>> props = jos.getProperties( 'Name' )
Definition at line 582 of file Bindings.py.
| def GaudiPython.Bindings.iJobOptSvc.getProperty | ( | self, | |
| component, | |||
| name | |||
| ) |
Get a certain property of the certain component Usage: >>> jos = ... >>> extServices = jos.getProperty( 'ApplicationMgr', 'ExtSvc' )
Definition at line 600 of file Bindings.py.