|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JobSchedulerViewMBean
| Method Summary | |
|---|---|
TabularData |
getAllJobs()
Get all the outstanding Jobs |
TabularData |
getAllJobs(String start,
String finish)
Get all outstanding jobs due to run between start and finish |
TabularData |
getNextScheduleJobs()
Get all the jobs scheduled to run next |
String |
getNextScheduleTime()
Get the next time jobs will be fired |
void |
removeAllJobs()
remove all the Jobs from the scheduler |
void |
removeAllJobs(String start,
String finish)
remove all the Jobs from the scheduler that are due between the start and finish times |
void |
removeJob(String jobId)
remove a job with the matching jobId |
void |
removeJobAtScheduledTime(String time)
remove all jobs scheduled to run at this time |
| Method Detail |
|---|
void removeJobAtScheduledTime(String time)
throws Exception
time -
Exception
void removeJob(String jobId)
throws Exception
jobId -
Exception
void removeAllJobs()
throws Exception
Exception
void removeAllJobs(String start,
String finish)
throws Exception
start - timefinish - time
Exception
String getNextScheduleTime()
throws Exception
Exception
TabularData getNextScheduleJobs()
throws Exception
Exception
TabularData getAllJobs()
throws Exception
Exception
TabularData getAllJobs(String start,
String finish)
throws Exception
start - finish -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||