OS  2.9.3
Public Member Functions | Public Attributes | List of all members
JobResult Class Reference

The JobResult Class. More...

#include <OSResult.h>

+ Collaboration diagram for JobResult:

Public Member Functions

 JobResult ()
 Default constructor. More...
 
 ~JobResult ()
 Class destructor. More...
 
bool IsEqual (JobResult *that)
 A function to check for the equality of two objects. More...
 
bool setRandom (double density, bool conformant)
 A function to make a random instance of this class. More...
 

Public Attributes

std::string status
 job status More...
 
std::string submitTime
 time the job was submitted More...
 
std::string scheduledStartTime
 the time when the job was supposed to start More...
 
std::string actualStartTime
 the time when the job actually started More...
 
std::string endTime
 the time when the job finished More...
 
TimingInformationtimingInformation
 a pointer to the TimingInformation class More...
 
StorageCapacityusedDiskSpace
 a pointer to the DiskSpace class More...
 
StorageCapacityusedMemory
 a pointer to the MemorySize class More...
 
CPUSpeedusedCPUSpeed
 a pointer to the CPUSpeed class More...
 
CPUNumberusedCPUNumber
 a pointer to the CPUNumber class More...
 
OtherResultsotherResults
 a pointer to the OtherResults class More...
 

Detailed Description

The JobResult Class.

Author
Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin
Version
1.0, 03/14/2004
Since
OS 1.0
Remarks
A class that provides the system information that is defined in the OSrL schema.

Definition at line 658 of file OSResult.h.

Constructor & Destructor Documentation

JobResult::JobResult ( )

Default constructor.

JobResult::~JobResult ( )

Class destructor.

Member Function Documentation

bool JobResult::IsEqual ( JobResult that)

A function to check for the equality of two objects.

bool JobResult::setRandom ( double  density,
bool  conformant 
)

A function to make a random instance of this class.

Parameters
densitycorresponds to the probability that a particular child element is created
conformantif true enforces side constraints not enforceable in the schema (e.g., agreement of "numberOfXXX" attributes and <XXX> children)

Member Data Documentation

std::string JobResult::status

job status

Definition at line 663 of file OSResult.h.

std::string JobResult::submitTime

time the job was submitted

Definition at line 666 of file OSResult.h.

std::string JobResult::scheduledStartTime

the time when the job was supposed to start

Definition at line 669 of file OSResult.h.

std::string JobResult::actualStartTime

the time when the job actually started

Definition at line 672 of file OSResult.h.

std::string JobResult::endTime

the time when the job finished

Definition at line 675 of file OSResult.h.

TimingInformation* JobResult::timingInformation

a pointer to the TimingInformation class

Definition at line 678 of file OSResult.h.

StorageCapacity* JobResult::usedDiskSpace

a pointer to the DiskSpace class

Definition at line 682 of file OSResult.h.

StorageCapacity* JobResult::usedMemory

a pointer to the MemorySize class

Definition at line 686 of file OSResult.h.

CPUSpeed* JobResult::usedCPUSpeed

a pointer to the CPUSpeed class

Definition at line 690 of file OSResult.h.

CPUNumber* JobResult::usedCPUNumber

a pointer to the CPUNumber class

Definition at line 694 of file OSResult.h.

OtherResults* JobResult::otherResults

a pointer to the OtherResults class

Definition at line 698 of file OSResult.h.


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