|
| ComponentManager (IInterface *application, const InterfaceID &baseIID) |
| Constructor. More...
|
|
const InterfaceID & | componentBaseInterface () const override |
| Basic interface id of the managed components. More...
|
|
| ~ComponentManager () override=default |
| Virtual destructor. More...
|
|
StatusCode | queryInterface (const InterfaceID &iid, void **pinterface) override |
| Specialized queryInterface implementation. More...
|
|
SmartIF< ISvcLocator > & | serviceLocator () const override |
|
StatusCode | configure () override |
| Configuration (from OFFLINE to CONFIGURED). More...
|
|
StatusCode | initialize () override |
| Initialization (from CONFIGURED to INITIALIZED). More...
|
|
StatusCode | start () override |
| Start (from INITIALIZED to RUNNING). More...
|
|
StatusCode | stop () override |
| Stop (from RUNNING to INITIALIZED). More...
|
|
StatusCode | finalize () override |
| Finalize (from INITIALIZED to CONFIGURED). More...
|
|
StatusCode | terminate () override |
| Initialization (from CONFIGURED to OFFLINE). More...
|
|
StatusCode | reinitialize () override |
| Initialization (from INITIALIZED or RUNNING to INITIALIZED, via CONFIGURED). More...
|
|
StatusCode | restart () override |
| Initialization (from RUNNING to RUNNING, via INITIALIZED). More...
|
|
Gaudi::StateMachine::State | FSMState () const override |
| Get the current state. More...
|
|
Gaudi::StateMachine::State | targetFSMState () const override |
| When we are in the middle of a transition, get the state where the transition is leading us. More...
|
|
| ComponentManager (IInterface *application, const InterfaceID &baseIID) |
| Constructor. More...
|
|
const InterfaceID & | componentBaseInterface () const override |
| Basic interface id of the managed components. More...
|
|
| ~ComponentManager () override=default |
| Virtual destructor. More...
|
|
StatusCode | queryInterface (const InterfaceID &iid, void **pinterface) override |
| Specialized queryInterface implementation. More...
|
|
SmartIF< ISvcLocator > & | serviceLocator () const override |
|
StatusCode | configure () override |
| Configuration (from OFFLINE to CONFIGURED). More...
|
|
StatusCode | initialize () override |
| Initialization (from CONFIGURED to INITIALIZED). More...
|
|
StatusCode | start () override |
| Start (from INITIALIZED to RUNNING). More...
|
|
StatusCode | stop () override |
| Stop (from RUNNING to INITIALIZED). More...
|
|
StatusCode | finalize () override |
| Finalize (from INITIALIZED to CONFIGURED). More...
|
|
StatusCode | terminate () override |
| Initialization (from CONFIGURED to OFFLINE). More...
|
|
StatusCode | reinitialize () override |
| Initialization (from INITIALIZED or RUNNING to INITIALIZED, via CONFIGURED). More...
|
|
StatusCode | restart () override |
| Initialization (from RUNNING to RUNNING, via INITIALIZED). More...
|
|
Gaudi::StateMachine::State | FSMState () const override |
| Get the current state. More...
|
|
Gaudi::StateMachine::State | targetFSMState () const override |
| When we are in the middle of a transition, get the state where the transition is leading us. More...
|
|
| ~CommonMessaging () override=default |
| Virtual destructor. More...
|
|
| ~CommonMessaging () override=default |
| Virtual destructor. More...
|
|
SmartIF< IMessageSvc > & | msgSvc () const |
| The standard message service. More...
|
|
SmartIF< IMessageSvc > & | msgSvc () const |
| The standard message service. More...
|
|
MsgStream & | msgStream () const |
| Return an uninitialized MsgStream. More...
|
|
MsgStream & | msgStream (const MSG::Level level) const |
| Predefined configurable message stream for the efficient printouts. More...
|
|
MsgStream & | msgStream () const |
| Return an uninitialized MsgStream. More...
|
|
MsgStream & | msgStream (const MSG::Level level) const |
| Predefined configurable message stream for the efficient printouts. More...
|
|
MsgStream & | always () const |
| shortcut for the method msgStream(MSG::ALWAYS) More...
|
|
MsgStream & | always () const |
| shortcut for the method msgStream(MSG::ALWAYS) More...
|
|
MsgStream & | fatal () const |
| shortcut for the method msgStream(MSG::FATAL) More...
|
|
MsgStream & | fatal () const |
| shortcut for the method msgStream(MSG::FATAL) More...
|
|
MsgStream & | err () const |
| shortcut for the method msgStream(MSG::ERROR) More...
|
|
MsgStream & | err () const |
| shortcut for the method msgStream(MSG::ERROR) More...
|
|
MsgStream & | error () const |
| shortcut for the method msgStream(MSG::ERROR) More...
|
|
MsgStream & | error () const |
| shortcut for the method msgStream(MSG::ERROR) More...
|
|
MsgStream & | warning () const |
| shortcut for the method msgStream(MSG::WARNING) More...
|
|
MsgStream & | warning () const |
| shortcut for the method msgStream(MSG::WARNING) More...
|
|
MsgStream & | info () const |
| shortcut for the method msgStream(MSG::INFO) More...
|
|
MsgStream & | info () const |
| shortcut for the method msgStream(MSG::INFO) More...
|
|
MsgStream & | debug () const |
| shortcut for the method msgStream(MSG::DEBUG) More...
|
|
MsgStream & | debug () const |
| shortcut for the method msgStream(MSG::DEBUG) More...
|
|
MsgStream & | verbose () const |
| shortcut for the method msgStream(MSG::VERBOSE) More...
|
|
MsgStream & | verbose () const |
| shortcut for the method msgStream(MSG::VERBOSE) More...
|
|
MsgStream & | msg () const |
| shortcut for the method msgStream(MSG::INFO) More...
|
|
MsgStream & | msg () const |
| shortcut for the method msgStream(MSG::INFO) More...
|
|
MSG::Level | msgLevel () const |
| get the output level from the embedded MsgStream More...
|
|
bool | msgLevel (MSG::Level lvl) const |
| get the output level from the embedded MsgStream More...
|
|
MSG::Level | msgLevel () const |
| get the output level from the embedded MsgStream More...
|
|
bool | msgLevel (MSG::Level lvl) const |
| get the output level from the embedded MsgStream More...
|
|
Base class for a component manager.
- Author
- Marco Clemencic
Definition at line 13 of file ComponentManager.h.