| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

ModuleLoadedIncident Class Reference

fired when a module (DLL) is loaded More...

#include <ModuleIncident.h>

Inheritance diagram for ModuleLoadedIncident:

[legend]
Collaboration diagram for ModuleLoadedIncident:
[legend]
List of all members.

Public Member Functions

 ModuleLoadedIncident (const std::string &source, const std::string &module)
const std::string & type () const
 Access to the incident type.
const std::string & source () const
 Access to the source of the incident.
Accessors
const std::string & module () const
 the model (DLL) being worked on

Static Public Member Functions

static std::string TYPE ()

Detailed Description

fired when a module (DLL) is loaded

Author:
P. Calafiura
Id
ModuleIncident.h,v 1.1 2006/12/10 20:29:17 leggett Exp

Definition at line 44 of file ModuleIncident.h.


Constructor & Destructor Documentation

ModuleLoadedIncident::ModuleLoadedIncident ( const std::string &  source,
const std::string &  module 
) [inline]

Definition at line 47 of file ModuleIncident.h.

00049              : ModuleIncident(source, TYPE(), module) { }


Member Function Documentation

static std::string ModuleLoadedIncident::TYPE (  )  [inline, static]

Definition at line 46 of file ModuleIncident.h.

00046 { return std::string("ModuleLoaded"); }

const std::string& ModuleIncident::module (  )  const [inline, inherited]

the model (DLL) being worked on

Definition at line 31 of file ModuleIncident.h.

00031 { return m_module; }

const std::string& Incident::type (  )  const [inline, inherited]

Access to the incident type.

Returns:
string descriptor for the incident type

Definition at line 33 of file Incident.h.

00033 { return m_type; }

const std::string& Incident::source (  )  const [inline, inherited]

Access to the source of the incident.

Returns:
service or algorithm name that initiated the incident

Definition at line 39 of file Incident.h.

00039 { return m_source; }


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:12 2011 for GaudiKernel by doxygen 1.4.7