| Home >> All >> org >> quartz >> jobs >> ee >> [ jmx Javadoc ] |
org.quartz.jobs.ee.jmx: Javadoc index of package org.quartz.jobs.ee.jmx.
Package Samples:
org.quartz.jobs.ee.jmx
Classes:
JMXInvokerJob: Generic JMX invoker Job. It supports any number or type of parameters to the JMX bean. The required parameters are as follows (case doesn't matter): JMX_OBJECTNAME This is the fully qualifed name of the object (ie in JBoss to lookup the log4j jmx bean you would specify "jboss.system:type=Log4jService,service=Logging" JMX_METHOD This is the method to invoke on the specified JMX Bean. (ie in JBoss to change the log level you would specify "setLoggerLevel" JMX_PARAMDEFS This is a definition of the parameters to be passed to the specified method and their corresponding java types. Each parameter definition ...
| Home | Contact Us | Privacy Policy | Terms of Service |