|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnableToInterruptJobException | |
org.quartz | The main package of Quartz, containing the client-side interfaces. |
org.quartz.core | Contains the core classes and interfaces for the Quartz job scheduler. |
org.quartz.impl | Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and other interfaces required by the org.quartz.core.QuartzScheduler. |
Uses of UnableToInterruptJobException in org.quartz |
Methods in org.quartz that throw UnableToInterruptJobException | |
boolean |
Scheduler.interrupt(String jobName,
String groupName)
Request the interruption of all currently executing instances of the identified Job , which must be an implementor of the
InterruptableJob interface. |
void |
InterruptableJob.interrupt()
Called by the when a user
interrupts the Job . |
Uses of UnableToInterruptJobException in org.quartz.core |
Methods in org.quartz.core that throw UnableToInterruptJobException | |
boolean |
RemotableQuartzScheduler.interrupt(SchedulingContext ctxt,
String jobName,
String groupName)
|
boolean |
QuartzScheduler.interrupt(SchedulingContext ctxt,
String jobName,
String groupName)
Interrupt all instances of the identified InterruptableJob. |
Uses of UnableToInterruptJobException in org.quartz.impl |
Methods in org.quartz.impl that throw UnableToInterruptJobException | |
boolean |
StdScheduler.interrupt(String jobName,
String groupName)
|
boolean |
RemoteScheduler.interrupt(String jobName,
String groupName)
|
|
Quartz Enterprise Job Scheduler Project Page | ||||||||||
PREV NEXT | FRAMES NO FRAMES |