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 | Class and Description |
---|---|
class |
JobCpi |
Modifier and Type | Method and Description |
---|---|
Job[] |
Scheduler.getJobs(String queueName) |
Job |
Scheduler.submitJob(JobDescription description) |
Job |
Scheduler.submitJob(JobDescription description,
JobStateListener listener) |
Modifier and Type | Method and Description |
---|---|
JobState |
JobStateListener.stateUpdated(Job job,
JobState state) |