|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.broker.jmx.JobSchedulerView
public class JobSchedulerView
| Constructor Summary | |
|---|---|
JobSchedulerView(JobScheduler jobScheduler)
|
|
| Method Summary | |
|---|---|
TabularData |
getAllJobs()
Get all the outstanding Jobs |
TabularData |
getAllJobs(String startTime,
String finishTime)
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 startTime,
String finishTime)
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobSchedulerView(JobScheduler jobScheduler)
| Method Detail |
|---|
public TabularData getAllJobs()
throws Exception
JobSchedulerViewMBean
getAllJobs in interface JobSchedulerViewMBeanException
public TabularData getAllJobs(String startTime,
String finishTime)
throws Exception
JobSchedulerViewMBean
getAllJobs in interface JobSchedulerViewMBeanException
public TabularData getNextScheduleJobs()
throws Exception
JobSchedulerViewMBean
getNextScheduleJobs in interface JobSchedulerViewMBeanException
public String getNextScheduleTime()
throws Exception
JobSchedulerViewMBean
getNextScheduleTime in interface JobSchedulerViewMBeanException
public void removeAllJobs()
throws Exception
JobSchedulerViewMBean
removeAllJobs in interface JobSchedulerViewMBeanException
public void removeAllJobs(String startTime,
String finishTime)
throws Exception
JobSchedulerViewMBean
removeAllJobs in interface JobSchedulerViewMBeanstartTime - timefinishTime - time
Exception
public void removeJob(String jobId)
throws Exception
JobSchedulerViewMBean
removeJob in interface JobSchedulerViewMBeanException
public void removeJobAtScheduledTime(String time)
throws IOException
JobSchedulerViewMBean
removeJobAtScheduledTime in interface JobSchedulerViewMBeanIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||