GridComputing
Job Management in Grid Computing
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
MachineInExecution Class Reference

Exception thrown when some action tried to change a Machine while it is being used. More...

#include <machine.h>

Inheritance diagram for MachineInExecution:

Public Member Functions

 MachineInExecution (const uint mId)
 Constructor.
 
uint GetMachineId () const
 The related Machine.
 

Private Attributes

uint _machineId
 Machine.
 

Detailed Description

Exception thrown when some action tried to change a Machine while it is being used.

Constructor & Destructor Documentation

MachineInExecution::MachineInExecution ( const uint  mId)

Constructor.

Member Function Documentation

uint MachineInExecution::GetMachineId ( ) const

The related Machine.

Member Data Documentation

uint MachineInExecution::_machineId
private

Machine.


The documentation for this class was generated from the following file: