|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |


Python equivalent to IProperty interface
Definition at line 252 of file Bindings.py.
Public Member Functions | |
| def | __init__ |
| def | retrieveInterface |
| def | isValid |
Static Public Attributes | |
| 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") |
| def GaudiPython::Bindings::iService::__init__ | ( | self, | ||
| name, | ||||
isvc = None | ||||
| ) |
Reimplemented from GaudiPython::Bindings::iProperty.
Reimplemented in GaudiPython::Bindings::iDataSvc, GaudiPython::Bindings::iHistogramSvc, GaudiPython::Bindings::iNTupleSvc, GaudiPython::Bindings::iToolSvc, and GaudiPython::Bindings::iJobOptSvc.
Definition at line 254 of file Bindings.py.
00254 : 00255 iProperty.__init__(self, name, isvc ) 00256 if isvc : self.__dict__['_isvc'] = InterfaceCast(gbl.IService)(isvc) 00257 else : self.__dict__['_isvc'] = None def retrieveInterface(self) :
| def GaudiPython::Bindings::iService::retrieveInterface | ( | self | ) |
Reimplemented from GaudiPython::Bindings::iProperty.
Definition at line 258 of file Bindings.py.
00258 : 00259 isvc = Helper.service(self._svcloc,self._name) 00260 if isvc : iService.__init__(self, self._name, isvc) initialize = lambda self : self.__call_interface_method__("_isvc","initialize")
| def GaudiPython::Bindings::iService::isValid | ( | self | ) |
Definition at line 267 of file Bindings.py.
00267 : 00268 if self._isvc: return True 00269 else : return False 00270 00271 #----iAlgorithm class--------------------------------------------------------------------- class iAlgorithm(iProperty) :
tuple GaudiPython::Bindings::iService::initialize = lambdaself:self.__call_interface_method__("_isvc","initialize") [static] |
Definition at line 261 of file Bindings.py.
tuple GaudiPython::Bindings::iService::start = lambdaself:self.__call_interface_method__("_isvc","start") [static] |
Definition at line 262 of file Bindings.py.
tuple GaudiPython::Bindings::iService::stop = lambdaself:self.__call_interface_method__("_isvc","stop") [static] |
Definition at line 263 of file Bindings.py.
tuple GaudiPython::Bindings::iService::finalize = lambdaself:self.__call_interface_method__("_isvc","finalize") [static] |
Definition at line 264 of file Bindings.py.
tuple GaudiPython::Bindings::iService::reinitialize = lambdaself:self.__call_interface_method__("_isvc","reinitialize") [static] |
Definition at line 265 of file Bindings.py.
tuple GaudiPython::Bindings::iService::restart = lambdaself:self.__call_interface_method__("_isvc","restart") [static] |
Definition at line 266 of file Bindings.py.