Class CronJobFactory
- java.lang.Object
-
- org.apache.felix.hc.core.impl.scheduling.CronJobFactory
-
public class CronJobFactory extends Object
Component without direct quartz imports (can always start) that will provide a QuartzCronScheduler on demand.
-
-
Constructor Summary
Constructors Constructor Description CronJobFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.osgi.framework.BundleContext bundleContext)
AsyncJob
createAsyncCronJob(Runnable runnable, String id, String group, String cronExpression)
-