#include <OSResult.h>
Collaboration diagram for JobResult:
Public Member Functions | |
JobResult () | |
Default constructor. | |
~JobResult () | |
Class destructor. | |
bool | IsEqual (JobResult *that) |
A function to check for the equality of two objects. | |
JobResult () | |
Default constructor. | |
~JobResult () | |
Class destructor. | |
Public Attributes | |
std::string | status |
job status | |
std::string | submitTime |
time the job was submitted | |
std::string | scheduledStartTime |
the time when the job was supposed to start | |
std::string | actualStartTime |
the time when the job actually started | |
std::string | endTime |
the time when the job finished | |
TimingInformation * | timingInformation |
a pointer to the TimingInformation class | |
DiskSpace * | usedDiskSpace |
a pointer to the DiskSpace class | |
MemorySize * | usedMemory |
a pointer to the MemorySize class | |
CPUSpeed * | usedCPUSpeed |
a pointer to the CPUSpeed class | |
CPUNumber * | usedCPUNumber |
a pointer to the CPUNumber class | |
OtherResults * | otherResults |
a pointer to the OtherResults class | |
TimingInformation * | timingInformation |
Definition at line 685 of file OSResult.h.
JobResult::JobResult | ( | ) |
JobResult::~JobResult | ( | ) |
Class destructor.
Definition at line 362 of file OSResult.cpp.
References otherResults, timingInformation, usedCPUNumber, usedCPUSpeed, usedDiskSpace, and usedMemory.
JobResult::JobResult | ( | ) |
Default constructor.
JobResult::~JobResult | ( | ) |
Class destructor.
bool JobResult::IsEqual | ( | JobResult * | that | ) |
std::string JobResult::status |
job status
Definition at line 689 of file OSResult.h.
Referenced by OSResult::getJobStatus(), OSResult::setJobStatus(), and OSrLWriter::writeOSrL().
std::string JobResult::submitTime |
time the job was submitted
Definition at line 692 of file OSResult.h.
Referenced by OSResult::getJobSubmitTime(), OSResult::setJobSubmitTime(), and OSrLWriter::writeOSrL().
std::string JobResult::scheduledStartTime |
the time when the job was supposed to start
Definition at line 695 of file OSResult.h.
Referenced by OSResult::getScheduledStartTime(), OSResult::setScheduledStartTime(), and OSrLWriter::writeOSrL().
std::string JobResult::actualStartTime |
the time when the job actually started
Definition at line 698 of file OSResult.h.
Referenced by OSResult::getActualStartTime(), OSResult::setActualStartTime(), and OSrLWriter::writeOSrL().
std::string JobResult::endTime |
the time when the job finished
Definition at line 701 of file OSResult.h.
Referenced by OSResult::getJobEndTime(), OSResult::setJobEndTime(), and OSrLWriter::writeOSrL().
a pointer to the TimingInformation class
Definition at line 704 of file OSResult.h.
Referenced by OSResult::addTimingInformation(), OSResult::getNumberOfTimes(), OSResult::getTimeNumber(), OSResult::getTimeValue(), OSResult::getTimingInfoCategory(), OSResult::getTimingInfoDescription(), OSResult::getTimingInfoType(), OSResult::getTimingInfoUnit(), OSResult::getTimingInfoValue(), JobResult(), OSResult::setNumberOfTimes(), OSResult::setTimeNumber(), OSResult::setTimingInformation(), OSrLWriter::writeOSrL(), and ~JobResult().
a pointer to the DiskSpace class
Definition at line 708 of file OSResult.h.
Referenced by OSResult::getUsedDiskSpaceDescription(), OSResult::getUsedDiskSpaceUnit(), OSResult::getUsedDiskSpaceValue(), OSResult::setUsedDiskSpaceDescription(), OSResult::setUsedDiskSpaceUnit(), OSResult::setUsedDiskSpaceValue(), OSrLWriter::writeOSrL(), and ~JobResult().
a pointer to the MemorySize class
Definition at line 712 of file OSResult.h.
Referenced by OSResult::getUsedMemoryDescription(), OSResult::getUsedMemoryUnit(), OSResult::getUsedMemoryValue(), OSResult::setUsedMemoryDescription(), OSResult::setUsedMemoryUnit(), OSResult::setUsedMemoryValue(), OSrLWriter::writeOSrL(), and ~JobResult().
a pointer to the CPUSpeed class
Definition at line 716 of file OSResult.h.
Referenced by OSResult::getUsedCPUSpeedDescription(), OSResult::getUsedCPUSpeedUnit(), OSResult::getUsedCPUSpeedValue(), OSResult::setUsedCPUSpeedDescription(), OSResult::setUsedCPUSpeedUnit(), OSResult::setUsedCPUSpeedValue(), OSrLWriter::writeOSrL(), and ~JobResult().
a pointer to the CPUNumber class
Definition at line 720 of file OSResult.h.
Referenced by OSResult::getUsedCPUNumberDescription(), OSResult::getUsedCPUNumberValue(), OSResult::setUsedCPUNumberDescription(), OSResult::setUsedCPUNumberValue(), OSrLWriter::writeOSrL(), and ~JobResult().
a pointer to the OtherResults class
Definition at line 724 of file OSResult.h.
Referenced by OSResult::getNumberOfOtherJobResults(), OSResult::getOtherJobResultDescription(), OSResult::getOtherJobResultName(), OSResult::getOtherJobResultValue(), OSResult::setNumberOfOtherJobResults(), OSrLWriter::writeOSrL(), and ~JobResult().
Definition at line 320 of file OSResult.h.