public interface QuartzServiceMBean
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 |
---|---|
String |
getJndiName() |
void |
setJndiName(String jndiName) |
void |
setProperties(String properties) |
void |
setPropertiesFile(String propertiesFile) |
void |
setStartScheduler(boolean startScheduler) |
Copyright 2001-2019, Terracotta, Inc.