IAppMgrUI Class Reference
#include <GaudiKernel/IAppMgrUI.h>
List of all members.
Detailed Description
Application Manager User Interface.
This is the interface offered to the UI to control the JOB or Application.
- Author:
- Pere Mato
- Date:
- 30/10/98
Definition at line 25 of file IAppMgrUI.h.
Member Function Documentation
| static const InterfaceID& IAppMgrUI::interfaceID |
( |
|
) |
[inline, static] |
| virtual StatusCode IAppMgrUI::run |
( |
|
) |
[pure virtual] |
Run the complete job (from intialize to terminate).
Implemented in ApplicationMgr.
| virtual StatusCode IAppMgrUI::configure |
( |
|
) |
[pure virtual] |
| virtual StatusCode IAppMgrUI::terminate |
( |
|
) |
[pure virtual] |
| virtual StatusCode IAppMgrUI::initialize |
( |
|
) |
[pure virtual] |
| virtual StatusCode IAppMgrUI::finalize |
( |
|
) |
[pure virtual] |
| virtual StatusCode IAppMgrUI::nextEvent |
( |
int |
maxevt |
) |
[pure virtual] |
| virtual const std::string& IAppMgrUI::name |
( |
|
) |
const [pure virtual] |
The identifying name of the AppMgrUI object.
Implemented in ApplicationMgr.
| virtual StatusCode IAppMgrUI::start |
( |
|
) |
[pure virtual] |
| virtual StatusCode IAppMgrUI::stop |
( |
|
) |
[pure virtual] |
| virtual StatusCode IAppMgrUI::reinitialize |
( |
|
) |
[pure virtual] |
Initialization (from INITIALIZED or RUNNING to INITIALIZED, via CONFIGURED).
Implemented in ApplicationMgr.
| virtual StatusCode IAppMgrUI::restart |
( |
|
) |
[pure virtual] |
Initialization (from RUNNING to RUNNING, via INITIALIZED).
Implemented in ApplicationMgr.
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v20r4/GaudiKernel/GaudiKernel/IAppMgrUI.h