Package org.quartz.ee.jmx.jboss
|
Interface Summary |
| QuartzServiceMBean |
Interface exposed via JMX for MBean for configuring, starting, and
binding to JNDI a Quartz Scheduler instance. |
|
Class Summary |
| JBoss4RMIRemoteMBeanScheduler |
An implementation of the Scheduler interface that remotely
proxies all method calls to the equivalent call on a given QuartzScheduler
instance, via JBoss's JMX RMIAdaptor. |
| QuartzService |
JBoss specific MBean implementation for configuring, starting, and
binding to JNDI a Quartz Scheduler instance. |
|