|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Scheduler
ScheduleService interface.
Field Summary | |
---|---|
static java.lang.String |
SERVICE_NAME
|
Method Summary | |
---|---|
void |
addJob(JobEntry je)
Add a new job to the queue. |
JobEntry |
getJob(int oid)
Get a specific Job from Storage. |
java.util.List |
listJobs()
List jobs in the queue. |
void |
removeJob(JobEntry je)
Remove a job from the queue. |
void |
updateJob(JobEntry je)
Modify a Job. |
Field Detail |
---|
static final java.lang.String SERVICE_NAME
Method Detail |
---|
JobEntry getJob(int oid) throws java.lang.Exception
oid
- The int id for the job.
Exception,
- a generic exception.
java.lang.Exception
void addJob(JobEntry je) throws java.lang.Exception
je
- A JobEntry with the job to add.
Exception,
- a generic exception.
java.lang.Exception
void updateJob(JobEntry je) throws java.lang.Exception
je
- A JobEntry with the job to modify
Exception,
- a generic exception.
java.lang.Exception
void removeJob(JobEntry je) throws java.lang.Exception
je
- A JobEntry with the job to remove.
Exception,
- a generic exception.
java.lang.Exception
java.util.List listJobs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |