Uses of Interface
com.caucho.util.TimeInterval

Packages that use TimeInterval
com.caucho.util Assorted utilities 
 

Uses of TimeInterval in com.caucho.util
 

Classes in com.caucho.util that implement TimeInterval
 class TimeIntervalElement
          Implements the TimeInterval interface.
 

Methods in com.caucho.util that return TimeInterval
 TimeInterval AbstractSoftScheduler.getSchedulerInterval(long time)
          Returns the schedule interval for the designated time.
 TimeInterval TimeIntervalScheduler.getSchedulerInterval(long time)
           
 TimeInterval AbstractSoftScheduler.getSchedulerInterval(long time, long interavalDuration)
          Returns the TimeInterval containing the moment, based on a schedule of
 TimeInterval TimeIntervalScheduler.getSchedulerInterval(long time, long intervalDuration)
           
 TimeInterval TimeIntervalElement.getTimeInterval()
           
 TimeInterval TimeIntervalEntry.getTimeInterval()
          Returns the current time interval.
 

Methods in com.caucho.util with parameters of type TimeInterval
 int TimeIntervalElement.compare(TimeInterval interval1, TimeInterval interval2)
           
 int TimeIntervalElement.compareTo(TimeInterval interval)
           
 TimeInterval.Comparison TimeIntervalElement.compareWith(TimeInterval other)
           
static TimeInterval.Comparison TimeInterval.Comparison.comparison(TimeInterval a, TimeInterval b)
          Provides a comparsion of two time intervals.
 void AbstractSoftScheduler.schedule(E entry, TimeInterval timeInterval)
          The event will be scheduled to ocuur anytime within the designated time interval.
 void TimeIntervalScheduler.schedule(E entry, TimeInterval interval)
          Schedules entry, based on the time interval provided.