Main Page   Class Hierarchy   Compound List   File List   Compound Members  

resultStruct Class Reference

This Class is used to return the ResultCode back to the main function. More...

List of all members.

Public Methods

 resultStruct ()
 Default Success Constructor.

ResultCode get ()
 Used to check the result of the operation, in case of success it returns edg::workload::common::utilities::SUCCES. More...

edg::workload::logging::client::JobStatus * getStatus ()
 Retrieve the status information from the job If the required operation was a getStatus then the JobStatus instance is returned. More...

std::string getError ()
 If some error occurred (FAILURE result code) retrieve the error message. More...

virtual ~resultStruct ()
 Destructor.


Friends

class JobCollection


Detailed Description

This Class is used to return the ResultCode back to the main function.


Member Function Documentation

ResultCode get   [inline]
 

Used to check the result of the operation, in case of success it returns edg::workload::common::utilities::SUCCES.

Returns:
the result code of the operation

std::string getError   [inline]
 

If some error occurred (FAILURE result code) retrieve the error message.

Returns:
A detailed description of the error of the operation

edg::workload::logging::client::JobStatus* getStatus   [inline]
 

Retrieve the status information from the job If the required operation was a getStatus then the JobStatus instance is returned.

NULL is returned otherwise.

Returns:
the Status attributes information of the job


The documentation for this class was generated from the following file:
Generated on Fri May 14 14:19:39 2004 for USERINTERFACE C++ API by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002