#include <Storage.h>
Inheritance diagram for TaskStatus:

Public Methods | |
| const char * | error () const |
| void | error (const char *err) |
| CharStr * | _cs_error () const |
| void | _cs_error (CharStr *err) |
| const char * | argument () const |
| void | argument (const char *arg) |
| CharStr * | _cs_argument () const |
| void | _cs_argument (CharStr *arg) |
| TaskStatus () | |
| TaskStatus (const TaskId &taskId, task_state tstate, const char *err, const char *arg=NULL, SlaveInfo *slaveInfo=NULL) | |
| ~TaskStatus () | |
| virtual int | compare (Object *) |
| virtual Object * | Copy () |
Public Attributes | |
| TaskId | taskId |
| task_state | state |
| SlaveInfo * | slaveInfo |
Private Attributes | |
| CharStr * | _error |
| CharStr * | _argument |
|
|
Definition at line 604 of file Storage.h. References CharStr::Error, and task_internal_error. |
|
||||||||||||||||||||||||
|
Definition at line 613 of file Storage.h. References CharStr::create(), and CharStr::stored(). |
|
|
Definition at line 625 of file Storage.h. References CharStr::released(). |
|
|
Definition at line 596 of file Storage.h. References CharStr::released(), and CharStr::stored(). |
|
|
|
|
|
Definition at line 568 of file Storage.h. References CharStr::released(), and CharStr::stored(). |
|
|
Definition at line 562 of file Storage.h. Referenced by event_task_status(), o2x(), startup(), submit_executable_task(), submit_library_task(), and x2o(). |
|
|
Definition at line 582 of file Storage.h. References CharStr::create(), CharStr::released(), and CharStr::stored(). |
|
|
Definition at line 576 of file Storage.h. References CharStr::str. |
|
|
To ensure a consistent comparison interface and to allow comparison of all kinds of different objects, we will define a comparison functions. |
|
|
To allow a deep copy of data structures we will define a standard interface... This member will return a copy of itself, freshly allocated and deep copied. Reimplemented in List. Definition at line 37 of file Object.h. Referenced by List::Copy(), and List::operator=(). |
|
|
Definition at line 554 of file Storage.h. References CharStr::create(), CharStr::released(), and CharStr::stored(). |
|
|
Definition at line 548 of file Storage.h. References CharStr::str. Referenced by event_task_status(), startup(), submit_executable_task(), and submit_library_task(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 544 of file Storage.h. Referenced by Client::_taskCreate(), event_task_status(), o2x(), startup(), submit_executable_task(), submit_library_task(), Client::waitMaster(), and x2o(). |
|
|
Definition at line 543 of file Storage.h. Referenced by event_task_status(), o2x(), and x2o(). |
1.2.18