Uses of Class
org.apache.avalon.cornerstone.blocks.scheduler.TimeScheduledEntry

Uses of TimeScheduledEntry in org.apache.avalon.cornerstone.blocks.scheduler
 

Methods in org.apache.avalon.cornerstone.blocks.scheduler that return TimeScheduledEntry
protected  TimeScheduledEntry DefaultTimeScheduler.getEntry(String name)
          Retrieve entry from set.
protected  TimeScheduledEntry DefaultTimeScheduler.getNextEntry()
          Retrieve next valid entry.
 

Methods in org.apache.avalon.cornerstone.blocks.scheduler with parameters of type TimeScheduledEntry
protected  void DefaultTimeScheduler.doRunEntry(TimeScheduledEntry entry)
          Helper method delegated to to run in a separate thread.
protected  boolean DefaultTimeScheduler.rescheduleEntry(TimeScheduledEntry timeEntry, boolean clone)
          Reschedule an entry.
protected  void DefaultTimeScheduler.runEntry(TimeScheduledEntry entry)
          Run entry in a separate thread and reschedule it.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.