org.quartz.ee.jmx.jboss
Interface QuartzServiceMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
QuartzService

public interface QuartzServiceMBean
extends org.jboss.system.ServiceMBean

See org/quartz/ee/jmx/jboss/doc-files/quartz-service.xml-example for an example service mbean deployment descriptor.

Author:
Andrew Collins

Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, STARTED, STARTING, states, STOPPED, STOPPING
 
Method Summary
 String getJndiName()
           
 void setJndiName(String jndiName)
           
 void setProperties(String properties)
           
 void setPropertiesFile(String propertiesFile)
           
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

setJndiName

public void setJndiName(String jndiName)
                 throws Exception
Throws:
Exception

getJndiName

public String getJndiName()

setProperties

public void setProperties(String properties)

setPropertiesFile

public void setPropertiesFile(String propertiesFile)

Quartz Enterprise Job Scheduler Project Page