Save This Page
Home » quartz-1.6.0 » org » quartz » core » [javadoc | source]
org.quartz.core
public class: SchedulerSignalerImpl [javadoc | source]
java.lang.Object
   org.quartz.core.SchedulerSignalerImpl

All Implemented Interfaces:
    SchedulerSignaler

An interface to be used by JobStore instances in order to communicate signals back to the QuartzScheduler.
Constructor:
 SchedulerSignalerImpl(QuartzScheduler sched) 
Method from org.quartz.core.SchedulerSignalerImpl Summary:
notifyTriggerListenersMisfired,   signalSchedulingChange
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.quartz.core.SchedulerSignalerImpl Detail:
 public  void notifyTriggerListenersMisfired(Trigger trigger) 
 public  void signalSchedulingChange()