|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ScheduleService interface.
Field Summary | |
static 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. |
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 |
public static final String SERVICE_NAME
Method Detail |
public JobEntry getJob(int oid) throws Exception
oid
- The int id for the job.
Exception,
- a generic exception.
Exception
public void addJob(JobEntry je) throws Exception
je
- A JobEntry with the job to add.
Exception,
- a generic exception.
Exception
public void updateJob(JobEntry je) throws Exception
je
- A JobEntry with the job to modify
Exception,
- a generic exception.
Exception
public void removeJob(JobEntry je) throws Exception
je
- A JobEntry with the job to remove.
Exception,
- a generic exception.
Exception
public List listJobs()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |