Uses of Class
org.quartz.UnableToInterruptJobException

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.core.jmx   
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
 void InterruptableJob.interrupt()
           Called by the Scheduler when a user interrupts the Job.
 boolean Scheduler.interrupt(java.lang.String jobName, java.lang.String groupName)
           Request the interruption, within this Scheduler instance, of all currently executing instances of the identified Job, which must be an implementor of the InterruptableJob interface.
 

Uses of UnableToInterruptJobException in org.quartz.core
 

Methods in org.quartz.core that throw UnableToInterruptJobException
 boolean RemotableQuartzScheduler.interrupt(SchedulingContext ctxt, java.lang.String jobName, java.lang.String groupName)
           
 boolean QuartzScheduler.interrupt(SchedulingContext ctxt, java.lang.String jobName, java.lang.String groupName)
          Interrupt all instances of the identified InterruptableJob executing in this Scheduler instance.
 boolean QuartzSchedulerMBeanImpl.interruptJob(java.lang.String instanceId, java.lang.String jobName, java.lang.String jobGroupName)
           
 

Uses of UnableToInterruptJobException in org.quartz.core.jmx
 

Methods in org.quartz.core.jmx that throw UnableToInterruptJobException
 boolean QuartzSchedulerMBean.interruptJob(java.lang.String instanceId, java.lang.String jobName, java.lang.String jobGroupName)
           
 

Uses of UnableToInterruptJobException in org.quartz.impl
 

Methods in org.quartz.impl that throw UnableToInterruptJobException
 boolean StdScheduler.interrupt(java.lang.String jobName, java.lang.String groupName)
           
 boolean RemoteScheduler.interrupt(java.lang.String jobName, java.lang.String groupName)
           
 boolean RemoteMBeanScheduler.interrupt(java.lang.String jobName, java.lang.String groupName)
           
 



Copyright 2001-2019, Terracotta, Inc.