![]() |
The Gaudi Framework
v26r3
|


Public Member Functions | |
| def | __init__ (self, name, svc) |
| constructor More... | |
| def | getProperties (self, component) |
| def | getProperty (self, component, name) |
| def | __init__ (self, name, svc) |
| constructor More... | |
| def | getProperties (self, component) |
| def | getProperty (self, component, name) |
Public Member Functions inherited from GaudiPython.Bindings.iService | |
| def | __init__ |
| def | retrieveInterface (self) |
| def | isValid (self) |
| def | __init__ |
| def | retrieveInterface (self) |
| def | isValid (self) |
Public Member Functions inherited from GaudiPython.Bindings.iProperty | |
| def | __init__ |
| 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) |
| def | __init__ |
| 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) |
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 599 of file Bindings.py.
| def GaudiPython.Bindings.iJobOptSvc.__init__ | ( | self, | |
| name, | |||
| svc | |||
| ) |
constructor
constructor
Definition at line 604 of file Bindings.py.
| def GaudiPython.Bindings.iJobOptSvc.__init__ | ( | self, | |
| name, | |||
| svc | |||
| ) |
constructor
constructor
Definition at line 604 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 608 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 608 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 626 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 626 of file Bindings.py.