public interface JobSchedulerRuntimeMBean extends RuntimeMBean
| Modifier and Type | Method and Description | 
|---|---|
JobRuntimeMBean[] | 
getExecutedJobs()
Returns an array of JobRuntime's for all the jobs executed atleast once in
 this server. 
 | 
JobRuntimeMBean | 
getJob(String id)
Return the JobRuntimeMBean corresponding to the specified ID. 
 | 
addPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerJobRuntimeMBean getJob(String id)
id - unique ID corresponding to a jobJobRuntimeMBean for the given IDJobRuntimeMBean[] getExecutedJobs()
JobRuntimeMBean's for all the jobs executed by this server