public interface JobSchedulerViewMBean
Modifier and Type | Method and Description |
---|---|
javax.management.openmbean.TabularData |
getAllJobs()
Get all the outstanding Jobs
|
javax.management.openmbean.TabularData |
getAllJobs(java.lang.String start,
java.lang.String finish)
Get all outstanding jobs due to run between start and finish
|
javax.management.openmbean.TabularData |
getNextScheduleJobs()
Get all the jobs scheduled to run next
|
java.lang.String |
getNextScheduleTime()
Get the next time jobs will be fired
|
void |
removeAllJobs()
remove all the Jobs from the scheduler
|
void |
removeAllJobs(java.lang.String start,
java.lang.String finish)
remove all the Jobs from the scheduler that are due between the start and finish times
|
void |
removeJob(java.lang.String jobId)
remove a job with the matching jobId
|
void |
removeJobAtScheduledTime(java.lang.String time)
remove all jobs scheduled to run at this time
|
void removeJobAtScheduledTime(java.lang.String time) throws java.lang.Exception
time
- java.lang.Exception
void removeJob(java.lang.String jobId) throws java.lang.Exception
jobId
- java.lang.Exception
void removeAllJobs() throws java.lang.Exception
java.lang.Exception
void removeAllJobs(java.lang.String start, java.lang.String finish) throws java.lang.Exception
start
- timefinish
- timejava.lang.Exception
java.lang.String getNextScheduleTime() throws java.lang.Exception
java.lang.Exception
javax.management.openmbean.TabularData getNextScheduleJobs() throws java.lang.Exception
java.lang.Exception
javax.management.openmbean.TabularData getAllJobs() throws java.lang.Exception
java.lang.Exception
javax.management.openmbean.TabularData getAllJobs(java.lang.String start, java.lang.String finish) throws java.lang.Exception
start
- finish
- java.lang.Exception
Copyright © 2005-2012. All Rights Reserved.