Gaudi Framework, version v22r2

Home   Generated: Tue May 10 2011
Public Member Functions | Static Public Attributes

GaudiPython::Bindings::iService Class Reference

Inheritance diagram for GaudiPython::Bindings::iService:
Inheritance graph
[legend]
Collaboration diagram for GaudiPython::Bindings::iService:
Collaboration graph
[legend]

List of all members.

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")

Detailed Description

Python equivalent to IProperty interface 

Definition at line 258 of file Bindings.py.


Constructor & Destructor Documentation

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 260 of file Bindings.py.

00261                                            :
00262         iProperty.__init__(self, name, isvc )
00263         if isvc : self.__dict__['_isvc'] = InterfaceCast(gbl.IService)(isvc)
        else    : self.__dict__['_isvc'] = None

Member Function Documentation

def GaudiPython::Bindings::iService::isValid (   self )

Definition at line 273 of file Bindings.py.

00274                       :
00275         if self._isvc: return True
00276         else :         return False
00277 
#----iAlgorithm class---------------------------------------------------------------------
def GaudiPython::Bindings::iService::retrieveInterface (   self )

Reimplemented from GaudiPython::Bindings::iProperty.

Definition at line 264 of file Bindings.py.

00265                                 :
00266         isvc = Helper.service(self._svcloc,self._name)
        if isvc : iService.__init__(self, self._name, isvc)

Member Data Documentation

tuple GaudiPython::Bindings::iService::finalize = lambdaself:self.__call_interface_method__("_isvc","finalize") [static]

Definition at line 270 of file Bindings.py.

tuple GaudiPython::Bindings::iService::initialize = lambdaself:self.__call_interface_method__("_isvc","initialize") [static]

Definition at line 267 of file Bindings.py.

tuple GaudiPython::Bindings::iService::reinitialize = lambdaself:self.__call_interface_method__("_isvc","reinitialize") [static]

Definition at line 271 of file Bindings.py.

tuple GaudiPython::Bindings::iService::restart = lambdaself:self.__call_interface_method__("_isvc","restart") [static]

Definition at line 272 of file Bindings.py.

tuple GaudiPython::Bindings::iService::start = lambdaself:self.__call_interface_method__("_isvc","start") [static]

Definition at line 268 of file Bindings.py.

tuple GaudiPython::Bindings::iService::stop = lambdaself:self.__call_interface_method__("_isvc","stop") [static]

Definition at line 269 of file Bindings.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Tue May 10 2011 18:55:36 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004