Uses of Interface
org.apache.avalon.cornerstone.services.scheduler.Trigger

Packages that use Trigger
org.apache.avalon.cornerstone.services.scheduler Defintion of the scheduler service. 
 

Uses of Trigger in org.apache.avalon.cornerstone.services.scheduler
 

Subinterfaces of Trigger in org.apache.avalon.cornerstone.services.scheduler
 interface TimeTrigger
          A kind of trigger that makes the determination to go off based on time.
 

Classes in org.apache.avalon.cornerstone.services.scheduler that implement Trigger
 class CronTimeTrigger
          This is the holder triggers based on standard crontabs format.
 class PeriodicTimeTrigger
          Goes off every period milliseconds after waiting for offset milliseconds from the moment the trigger was reset.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.