Gaudi Framework, version v20r2

Generated: 18 Jul 2008

IRunable Class Reference

#include <GaudiKernel/IRunable.h>

Inheritance diagram for IRunable:

Inheritance graph
[legend]
Collaboration diagram for IRunable:

Collaboration graph
[legend]
List of all members.

Detailed Description

Runable interface definition.

Package GaudiKernel

Abstract interface of an object to be "run". Best analogy: java.thread.Thread.run(). A known user is the application manager, which gives control to a runable for execution of the event loop.

Author:
Markus Frank
Version:
1.0

Definition at line 22 of file IRunable.h.

Public Member Functions

virtual StatusCode run ()=0
 Run the class implementation.

Static Public Member Functions

static const InterfaceIDinterfaceID ()
 Retrieve interface ID.


Member Function Documentation

static const InterfaceID& IRunable::interfaceID (  )  [inline, static]

Retrieve interface ID.

Reimplemented from IInterface.

Definition at line 25 of file IRunable.h.

References IID_IRunable.

00025 { return IID_IRunable; }

virtual StatusCode IRunable::run (  )  [pure virtual]

Run the class implementation.

Implemented in PythonScriptingSvc, and AppMgrRunable.

Referenced by ApplicationMgr::run().


The documentation for this class was generated from the following file:
Generated at Fri Jul 18 12:08:24 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004