#include <OSResult.h>
Collaboration diagram for ServiceResult:

Public Member Functions | |
| ServiceResult () | |
| Default constructor. | |
| ~ServiceResult () | |
| Class destructor. | |
| bool | IsEqual (ServiceResult *that) |
| A function to check for the equality of two objects. | |
| ServiceResult () | |
| Default constructor. | |
| ~ServiceResult () | |
| Class destructor. | |
Public Attributes | |
| std::string | currentState |
| a string describing the current state of the service | |
| int | currentJobCount |
| the number of jobs currently running | |
| int | totalJobsSoFar |
| total jobs processed so far | |
| std::string | timeServiceStarted |
| the time when the service was started | |
| double | serviceUtilization |
| service utilization | |
| OtherResults * | otherResults |
| a pointer to the OtherResults class | |
Definition at line 530 of file OSResult.h.
| ServiceResult::ServiceResult | ( | ) |
| ServiceResult::~ServiceResult | ( | ) |
| ServiceResult::ServiceResult | ( | ) |
Default constructor.
| ServiceResult::~ServiceResult | ( | ) |
Class destructor.
| bool ServiceResult::IsEqual | ( | ServiceResult * | that | ) |
| std::string ServiceResult::currentState |
a string describing the current state of the service
Definition at line 534 of file OSResult.h.
Referenced by OSResult::getCurrentState(), OSResult::setCurrentState(), and OSrLWriter::writeOSrL().
the number of jobs currently running
Definition at line 537 of file OSResult.h.
Referenced by OSResult::getCurrentJobCount(), OSResult::setCurrentJobCount(), and OSrLWriter::writeOSrL().
total jobs processed so far
Definition at line 540 of file OSResult.h.
Referenced by OSResult::getTotalJobsSoFar(), OSResult::setTotalJobsSoFar(), and OSrLWriter::writeOSrL().
| std::string ServiceResult::timeServiceStarted |
the time when the service was started
Definition at line 543 of file OSResult.h.
Referenced by OSResult::getTimeServiceStarted(), OSResult::setTimeServiceStarted(), and OSrLWriter::writeOSrL().
service utilization
Definition at line 546 of file OSResult.h.
Referenced by OSResult::getServiceUtilization(), OSResult::setServiceUtilization(), and OSrLWriter::writeOSrL().
a pointer to the OtherResults class
Definition at line 550 of file OSResult.h.
Referenced by OSResult::getNumberOfOtherServiceResults(), OSResult::getOtherServiceResultDescription(), OSResult::getOtherServiceResultName(), OSResult::getOtherServiceResultValue(), OSResult::setNumberOfOtherServiceResults(), OSrLWriter::writeOSrL(), and ~ServiceResult().
1.4.7