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
- Exception
void removeJob(String jobId) throws Exception
jobId
- Exception
void removeAllJobs() throws Exception
Exception
void removeAllJobs(String start, String finish) throws Exception
start
- timefinish
- timeException
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
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.