| Package | Description |
|---|---|
| edu.isi.pegasus.planner.invocation |
| Modifier and Type | Class and Description |
|---|---|
class |
JobStatusFailure
This class is transient for XML parsing.
|
class |
JobStatusRegular
This class is transient for XML parsing.
|
class |
JobStatusSignal
This class is transient for XML parsing.
|
class |
JobStatusSuspend
This class is transient for XML parsing.
|
| Modifier and Type | Field and Description |
|---|---|
private JobStatus |
Status.m_jobStatus
This member variable contains the real status of the job.
|
| Modifier and Type | Method and Description |
|---|---|
JobStatus |
Status.getJobStatus()
Accessor
|
| Modifier and Type | Method and Description |
|---|---|
void |
Status.setJobStatus(JobStatus jobStatus)
Accessor.
|
| Constructor and Description |
|---|
Status(int raw,
JobStatus status)
Constructs the complete class with raw exit code
and a status child describing the exit code.
|