GridComputing
Job Management in Grid Computing
|
Exception thrown when some action tried to change a Machine while it is being used. More...
#include <machine.h>
Public Member Functions | |
MachineInExecution (const uint mId) | |
Constructor. | |
uint | GetMachineId () const |
The related Machine. | |
Private Attributes | |
uint | _machineId |
Machine. | |
Exception thrown when some action tried to change a Machine while it is being used.
MachineInExecution::MachineInExecution | ( | const uint | mId | ) |
Constructor.
uint MachineInExecution::GetMachineId | ( | ) | const |
The related Machine.
|
private |
Machine.