@ManagedResource(objectName="org.red5.server:type=ApplicationSchedulingService,name=default") public class ApplicationSchedulingService extends QuartzSchedulingService
| Modifier and Type | Field and Description |
|---|---|
static String |
QUARTZ_FACTORY_KEY |
factory, instanceId, jobDetailCounter, schedulerBEAN_NAME| Constructor and Description |
|---|
ApplicationSchedulingService() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Constructs a new QuartzSchedulingService.
|
String |
getApplicationName() |
String |
getConfigFile() |
protected void |
registerJMX() |
void |
setApplicationName(String applicationName) |
void |
setConfigFile(String configFile) |
void |
setServletAttribute(javax.servlet.ServletContext servletContext)
Sets the scheduler factory in the servlet context.
|
protected void |
unregisterJMX() |
addScheduledJob, addScheduledJobAfterDelay, addScheduledOnceJob, addScheduledOnceJob, destroy, getJobName, getScheduledJobNames, pauseScheduledJob, pauseScheduledTrigger, removeScheduledJob, resumeScheduledJob, resumeScheduledTrigger, setFactory, setInstanceIdpublic static final String QUARTZ_FACTORY_KEY
public String getApplicationName()
public void setApplicationName(String applicationName)
public String getConfigFile()
public void setConfigFile(String configFile)
public void setServletAttribute(javax.servlet.ServletContext servletContext)
servletContext - public void afterPropertiesSet()
throws Exception
QuartzSchedulingServiceafterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class QuartzSchedulingServiceExceptionprotected void registerJMX()
protected void unregisterJMX()
Copyright © 2006-2012 The Red5 Project