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 Set<JobStateListener> |
JobCpi.listeners |
Modifier and Type | Method and Description |
---|---|
void |
JobCpi.registerStateLister(JobStateListener listener) |
void |
JobCpi.unRegisterStateLister(JobStateListener listener) |
Constructor and Description |
---|
JobCpi(JobDescription description,
JobStateListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
Job.registerStateLister(JobStateListener listener)
Register a state listener for this job.
|
Job |
Scheduler.submitJob(JobDescription description,
JobStateListener listener) |
void |
Job.unRegisterStateLister(JobStateListener listener) |