public interface SchedulerFactory
Scheduler
instances.Scheduler,
StdSchedulerFactory| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Scheduler> |
getAllSchedulers()
Returns handles to all known Schedulers (made by any SchedulerFactory
within this jvm.).
|
Scheduler |
getScheduler()
Returns a client-usable handle to a
Scheduler. |
Scheduler |
getScheduler(java.lang.String schedName)
Returns a handle to the Scheduler with the given name, if it exists.
|
Scheduler getScheduler() throws SchedulerException
Returns a client-usable handle to a Scheduler.
SchedulerException - if there is a problem with the underlying Scheduler.Scheduler getScheduler(java.lang.String schedName) throws SchedulerException
Returns a handle to the Scheduler with the given name, if it exists.
SchedulerExceptionjava.util.Collection<Scheduler> getAllSchedulers() throws SchedulerException
Returns handles to all known Schedulers (made by any SchedulerFactory within this jvm.).
SchedulerExceptionCopyright IBM Corp. 2024, 2025