Class SchedulerMonitor
- java.lang.Object
-
- javax.management.StandardMBean
-
- org.smallmind.schedule.quartz.jmx.SchedulerMonitor
-
- All Implemented Interfaces:
DynamicMBean,MBeanRegistration,SchedulerMXBean
public class SchedulerMonitor extends StandardMBean implements SchedulerMXBean
-
-
Constructor Summary
Constructors Constructor Description SchedulerMonitor(org.quartz.Scheduler scheduler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstandby()voidstart()SchedulerStatusstatus()-
Methods inherited from class javax.management.StandardMBean
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
-
-
-
-
Method Detail
-
start
public void start() throws Exception- Specified by:
startin interfaceSchedulerMXBean- Throws:
Exception
-
standby
public void standby() throws Exception- Specified by:
standbyin interfaceSchedulerMXBean- Throws:
Exception
-
status
public SchedulerStatus status() throws Exception
- Specified by:
statusin interfaceSchedulerMXBean- Throws:
Exception
-
-