Package | Description |
---|---|
nl.esciencecenter.octopus.engine.jobs | |
nl.esciencecenter.octopus.jobs |
This package contains the classes and interfaces used to run jobs.
|
Modifier and Type | Field and Description |
---|---|
private JobState |
JobCpi.state |
Modifier and Type | Method and Description |
---|---|
JobState |
JobCpi.getState() |
Modifier and Type | Method and Description |
---|---|
protected void |
JobCpi.updateState(JobState state) |
Modifier and Type | Method and Description |
---|---|
JobState |
Job.getState()
This method returns the state of the Job.
|
JobState |
JobStateListener.stateUpdated(Job job,
JobState state) |
static JobState |
JobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobState[] |
JobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JobState |
JobStateListener.stateUpdated(Job job,
JobState state) |