public interface JobSchedulerViewMBean
| Modifier and Type | Method and Description |
|---|---|
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
|
void removeJobAtScheduledTime(String time) throws Exception
time - Exceptionvoid removeJob(String jobId) throws Exception
jobId - Exceptionvoid removeAllJobs()
throws Exception
Exceptionvoid removeAllJobs(String start, String finish) throws Exception
start - timefinish - timeExceptionString getNextScheduleTime() throws Exception
ExceptionTabularData getNextScheduleJobs() throws Exception
ExceptionTabularData getAllJobs() throws Exception
ExceptionTabularData getAllJobs(String start, String finish) throws Exception
start - finish - ExceptionCopyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.