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

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

Classes in org.apache.avalon.cornerstone.services.scheduler that implement TimeTrigger
 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.
 

Methods in org.apache.avalon.cornerstone.services.scheduler that return TimeTrigger
 TimeTrigger TimeTriggerFactory.createTimeTrigger(org.apache.avalon.framework.configuration.Configuration conf)
          Create TimeTrigger from configuration.
 

Methods in org.apache.avalon.cornerstone.services.scheduler with parameters of type TimeTrigger
 void TimeScheduler.addTrigger(java.lang.String name, TimeTrigger trigger, Target target)
          Schedule a time based trigger.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.