|
Gaudi Framework, version v24r2 |
| Home | Generated: Wed Dec 4 2013 |
The interface implemented by the IAuditorSvc base class. More...
#include <GaudiKernel/IAuditorSvc.h>


Public Member Functions | |
| DeclareInterfaceIDMultiBase (IAuditorSvc, 3, 0) | |
| InterfaceID. | |
| virtual IAuditor * | getAuditor (const std::string &name)=0 |
| management functionality: retrieve an Auditor | |
Public Member Functions inherited from extend_interfaces2< IService, IAuditor > | |
| virtual | ~extend_interfaces2 () |
| Virtual destructor. | |
Public Member Functions inherited from IService | |
| DeclareInterfaceID (IService, 3, 0) | |
| InterfaceID. | |
| virtual StatusCode | sysInitialize ()=0 |
| Initialize Service. | |
| virtual StatusCode | sysStart ()=0 |
| Start Service. | |
| virtual StatusCode | sysStop ()=0 |
| Stop Service. | |
| virtual StatusCode | sysFinalize ()=0 |
| Finalize Service. | |
| virtual StatusCode | sysReinitialize ()=0 |
| Re-initialize the Service. | |
| virtual StatusCode | sysRestart ()=0 |
| Re-start the Service. | |
| virtual StatusCode | configure ()=0 |
| Configuration (from OFFLINE to CONFIGURED). | |
| virtual StatusCode | initialize ()=0 |
| Initialization (from CONFIGURED to INITIALIZED). | |
| virtual StatusCode | start ()=0 |
| Start (from INITIALIZED to RUNNING). | |
| virtual StatusCode | stop ()=0 |
| Stop (from RUNNING to INITIALIZED). | |
| virtual StatusCode | finalize ()=0 |
| Finalize (from INITIALIZED to CONFIGURED). | |
| virtual StatusCode | terminate ()=0 |
| Initialization (from CONFIGURED to OFFLINE). | |
| virtual StatusCode | reinitialize ()=0 |
| Initialization (from INITIALIZED or RUNNING to INITIALIZED, via CONFIGURED). | |
| virtual StatusCode | restart ()=0 |
| Initialization (from RUNNING to RUNNING, via INITIALIZED). | |
| virtual Gaudi::StateMachine::State | FSMState () const =0 |
| Get the current state. | |
| virtual Gaudi::StateMachine::State | targetFSMState () const =0 |
| When we are in the middle of a transition, get the state where the transition is leading us. | |
| virtual | ~IService () |
| virtual destructor | |
Public Member Functions inherited from INamedInterface | |
| DeclareInterfaceID (INamedInterface, 1, 0) | |
| InterfaceID. | |
| virtual const std::string & | name () const =0 |
| Retrieve the name of the instance. | |
| virtual | ~INamedInterface () |
| Virtual destructor (always needed for abstract classes). | |
Public Member Functions inherited from IInterface | |
| virtual void * | i_cast (const InterfaceID &) const =0 |
| main cast function | |
| virtual std::vector< std::string > | getInterfaceNames () const =0 |
| Returns a vector of strings containing the names of all the implemented interfaces. | |
| virtual unsigned long | addRef ()=0 |
| Increment the reference count of Interface instance. | |
| virtual unsigned long | release ()=0 |
| Release Interface instance. | |
| virtual unsigned long | refCount () const =0 |
| Current reference count. | |
| virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp)=0 |
| Set the void** to the pointer to the requested interface of the instance. | |
| virtual | ~IInterface () |
| Virtual destructor. | |
Public Member Functions inherited from IAuditor | |
| DeclareInterfaceID (IAuditor, 3, 0) | |
| InterfaceID. | |
| virtual void | before (StandardEventType, INamedInterface *)=0 |
| Audit the start of a standard "event". | |
| virtual void | before (StandardEventType, const std::string &)=0 |
| Audit the start of a standard "event" for callers that do not implement INamedInterface. | |
| virtual void | before (CustomEventTypeRef, INamedInterface *)=0 |
| Audit the start of a custom "event". | |
| virtual void | before (CustomEventTypeRef, const std::string &)=0 |
| Audit the start of a custom "event" for callers that do not implement INamedInterface. | |
| virtual void | after (StandardEventType, INamedInterface *, const StatusCode &sc=StatusCode(StatusCode::SUCCESS, true))=0 |
| Audit the end of a standard "event". | |
| virtual void | after (StandardEventType, const std::string &, const StatusCode &sc=StatusCode(StatusCode::SUCCESS, true))=0 |
| Audit the end of a standard "event" for callers that do not implement INamedInterface. | |
| virtual void | after (CustomEventTypeRef, INamedInterface *, const StatusCode &sc=StatusCode(StatusCode::SUCCESS, true))=0 |
| Audit the end of a custom "event". | |
| virtual void | after (CustomEventTypeRef, const std::string &, const StatusCode &sc=StatusCode(StatusCode::SUCCESS, true))=0 |
| Audit the end of a custom "event" for callers that do not implement INamedInterface. | |
| virtual bool | isEnabled () const =0 |
| Tell if the auditor is enabled or not. | |
| virtual void | beforeInitialize (INamedInterface *)=0 |
| virtual void | afterInitialize (INamedInterface *)=0 |
| virtual void | beforeReinitialize (INamedInterface *)=0 |
| virtual void | afterReinitialize (INamedInterface *)=0 |
| virtual void | beforeExecute (INamedInterface *)=0 |
| virtual void | afterExecute (INamedInterface *, const StatusCode &)=0 |
| virtual void | beforeBeginRun (INamedInterface *)=0 |
| virtual void | afterBeginRun (INamedInterface *)=0 |
| virtual void | beforeEndRun (INamedInterface *)=0 |
| virtual void | afterEndRun (INamedInterface *)=0 |
| virtual void | beforeFinalize (INamedInterface *)=0 |
| virtual void | afterFinalize (INamedInterface *)=0 |
| virtual StatusCode | sysInitialize ()=0 |
| Used by AuditorSvc. | |
| virtual StatusCode | sysFinalize ()=0 |
| Used by AuditorSvc. | |
Additional Inherited Members | |
Public Types inherited from extend_interfaces2< IService, IAuditor > | |
| typedef mpl::fold< typename IService::iid::iids::type, typename IAuditor::iid::iids::type, mpl::insert< mpl::_1, mpl::_2 > >::type | ext_iids |
| MPL set of interfaces extended by this one. | |
Static Public Member Functions inherited from IInterface | |
| static const InterfaceID & | interfaceID () |
| Return an instance of InterfaceID identifying the interface. | |
Protected Member Functions inherited from IService | |
| virtual void | setServiceManager (ISvcManager *)=0 |
The interface implemented by the IAuditorSvc base class.
Definition at line 16 of file IAuditorSvc.h.
| IAuditorSvc::DeclareInterfaceIDMultiBase | ( | IAuditorSvc | , |
| 3 | , | ||
| 0 | |||
| ) |
|
pure virtual |
management functionality: retrieve an Auditor
Implemented in AuditorSvc.