public interface QuartzServiceMBean
extends org.jboss.system.ServiceMBean
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. If you have a need for remote access to a Scheduler instance you may want to consider using Quartz's RMI support instead.
QuartzService| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJndiName() |
void |
setJndiName(java.lang.String jndiName) |
void |
setProperties(java.lang.String properties) |
void |
setPropertiesFile(java.lang.String propertiesFile) |
void |
setStartScheduler(boolean startScheduler) |
void setJndiName(java.lang.String jndiName)
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getJndiName()
void setProperties(java.lang.String properties)
void setPropertiesFile(java.lang.String propertiesFile)
void setStartScheduler(boolean startScheduler)
Copyright IBM Corp. 2024, 2025