#include <GaudiKernel/IAppMgrUI.h>
Inheritance diagram for IAppMgrUI:

Public Methods | |
| virtual StatusCode | run () = 0 |
| Run the complete job (from intialize to terminate). | |
| virtual StatusCode | configure () = 0 |
| Configure the job. | |
| virtual StatusCode | terminate () = 0 |
| Terminate the job. | |
| virtual StatusCode | initialize () = 0 |
| Initialize the job. | |
| virtual StatusCode | finalize () = 0 |
| Finalize the job. | |
| virtual StatusCode | nextEvent (int maxevt) = 0 |
| Process the next maxevt events. | |
| virtual const std::string& | name () const = 0 |
| The identifying name of the AppMgrUI object. | |
| virtual const std::string& | state () const = 0 |
Static Public Methods | |
| const InterfaceID& | interfaceID () |
| Retrieve interface ID. More... | |
This is the interface offered to the UI to control the JOB or Application.
Definition at line 24 of file IAppMgrUI.h.
|
|
Configure the job.
|
|
|
Finalize the job.
|
|
|
Initialize the job.
|
|
|
Retrieve interface ID.
Reimplemented from IInterface. Definition at line 27 of file IAppMgrUI.h. |
|
|
The identifying name of the AppMgrUI object.
|
|
|
Process the next maxevt events.
|
|
|
Run the complete job (from intialize to terminate).
|
|
|
|
|
|
Terminate the job.
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000