org.fusesource.insight.graph.support
Class SchedulerFactory
java.lang.Object
org.fusesource.insight.graph.support.SchedulerFactory
public class SchedulerFactory
- extends java.lang.Object
A helper factory class for creating Quartz Scheduler instances
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchedulerFactory
public SchedulerFactory()
createScheduler
public org.quartz.Scheduler createScheduler()
throws org.quartz.SchedulerException
- Throws:
org.quartz.SchedulerException
getFactory
public org.quartz.impl.StdSchedulerFactory getFactory()
setFactory
public void setFactory(org.quartz.impl.StdSchedulerFactory factory)
getProperties
public java.util.Properties getProperties()
setProperties
public void setProperties(java.util.Properties properties)
getConfigAdmin
public org.osgi.service.cm.ConfigurationAdmin getConfigAdmin()
setConfigAdmin
public void setConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin)
Copyright © 2013 Red Hat. All Rights Reserved.