org.quartz.ee.jmx.jboss |
|
Java Source File Name | Type | Comment |
JBoss4RMIRemoteMBeanScheduler.java | Class |
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.
Set the providerURL property to your MBean server URL. |
QuartzService.java | Class | JBoss specific MBean implementation for configuring, starting, and
binding to JNDI a Quartz Scheduler instance.
Sample MBean deployment descriptor:
quartz-service.xml
Note: The Scheduler instance bound to JNDI is not Serializable, so
you will get a null reference back if you try to retrieve it from outside
the JBoss server in which it was bound. |
QuartzServiceMBean.java | Interface | Interface exposed via JMX for MBean for configuring, starting, and
binding to JNDI a Quartz Scheduler instance.
Sample MBean deployment descriptor:
quartz-service.xml
Note: The Scheduler instance bound to JNDI is not Serializable, so
you will get a null reference back if you try to retrieve it from outside
the JBoss server in which it was bound. |