Package | Description |
---|---|
nl.esciencecenter.xenon.jobs |
This package contains the classes and interfaces used to run jobs.
|
nl.esciencecenter.xenon.util |
This package is contains several utility classes.
|
Modifier and Type | Method and Description |
---|---|
JobDescription |
Job.getJobDescription()
Returns the
JobDescription that was used to create this Job. |
Modifier and Type | Method and Description |
---|---|
Job |
Jobs.submitJob(Scheduler scheduler,
JobDescription description)
Submit a job to a Scheduler.
|
Constructor and Description |
---|
JobDescription(JobDescription original)
Create a JobDescription by copying an existing one.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaJobDescription
A JobDescription specialized in Java applications.
|