public class SchedulerFactory extends Object
An implementation of that does all of its work of creating a SchedulerFactoryQuartzScheduler
instance.
| Constructor and Description |
|---|
SchedulerFactory() |
| Modifier and Type | Method and Description |
|---|---|
Scheduler |
getScheduler()
Returns a handle to the Scheduler produced by this factory.
|
Scheduler |
getScheduler(int threadPoolSize) |
Scheduler |
getScheduler(int threadPoolSize,
String packageName) |
public Scheduler getScheduler(int threadPoolSize, String packageName) throws SchedulerException
threadPoolSize - String - packageNameSchedulerExceptionpublic Scheduler getScheduler(int threadPoolSize) throws SchedulerException
threadPoolSize - SchedulerExceptionpublic Scheduler getScheduler() throws SchedulerException
Returns a handle to the Scheduler produced by this factory.
If one of the initialize methods has not be previously called, then the default (no-arg) initialize() method will be
called by this method.
SchedulerExceptionCopyright © 2011–2017 Knowm Inc.. All rights reserved.