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

_Machine Class More...

#include <machine.h>

Inheritance diagram for _Machine:
IMachine< Container >

Static Public Member Functions

static uint GetLastJobId ()
 
static void SetLastJobId (uint val)
 

Protected Member Functions

 _Machine ()
 

Static Protected Attributes

static uint _lastJobId = 1
 The Id of the last job used.
 

Detailed Description

_Machine Class

Interface for the IMachine Generic class. This ensures us that no matter the Container used by a Machine all Jobs will have sequential ids.

Constructor & Destructor Documentation

_Machine::_Machine ( )
protected

Member Function Documentation

static uint _Machine::GetLastJobId ( )
static
static void _Machine::SetLastJobId ( uint  val)
static

Member Data Documentation

uint _Machine::_lastJobId = 1
staticprotected

The Id of the last job used.


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