Trigger.TriggerTimeComparator (Quartz Parent POM 2.0.1 API)

Quartz Java



org.quartz Class Trigger.TriggerTimeComparator

java.lang.Object
  extended by org.quartz.Trigger.TriggerTimeComparator
All Implemented Interfaces:
Serializable, Comparator<Trigger>
Enclosing interface:
Trigger

public static class Trigger.TriggerTimeComparator
extends Object
implements Comparator<Trigger>, Serializable

A Comparator that compares trigger's next fire times, or in other words, sorts them according to earliest next fire time. If the fire times are the same, then the triggers are sorted according to priority (highest value first), if the priorities are the same, then they are sorted by key.

See Also:
Serialized Form

Constructor Summary
Trigger.TriggerTimeComparator()
           
 
Method Summary
 int compare(Trigger trig1, Trigger trig2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

Trigger.TriggerTimeComparator

public Trigger.TriggerTimeComparator()
Method Detail

compare

public int compare(Trigger trig1,
                   Trigger trig2)
Specified by:
compare in interface Comparator<Trigger>


Copyright 2001-2011, Terracotta, Inc.