public interface ISchedulerFactory
Scheduler instances.IScheduler,
StdSchedulerFactory| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsCollection<IScheduler> |
getAllSchedulers()
Returns handles to all known Schedulers (made by any SchedulerFactory
within this jvm.).
|
IScheduler |
getScheduler()
Returns a client-usable handle to a
Scheduler. |
IScheduler |
getScheduler(String schedName)
Returns a handle to the Scheduler with the given name, if it exists.
|
IScheduler getScheduler() throws SchedulerException
Scheduler.SchedulerException - if there is a problem with the underlying Scheduler.IScheduler getScheduler(String schedName) throws SchedulerException
SchedulerExceptioncom.helger.commons.collection.impl.ICommonsCollection<IScheduler> getAllSchedulers() throws SchedulerException
SchedulerExceptionCopyright © 2016–2021 Philip Helger. All rights reserved.