Uses of Interface
com.caucho.util.TimeIntervalEntry

Packages that use TimeIntervalEntry
com.caucho.util Assorted utilities 
 

Uses of TimeIntervalEntry in com.caucho.util
 

Classes in com.caucho.util with type parameters of type TimeIntervalEntry
 class AbstractSoftScheduler<E extends TimeIntervalEntry>
          Provides an implementation of the for managing schedules based on soft or weak references to the entries in the schedule.
 interface TimeIntervalScheduler<E extends TimeIntervalEntry>
          Defines an interface for scheduling "something" on an entry that a provider of that service would implement.
 

Subinterfaces of TimeIntervalEntry in com.caucho.util
 interface TimeInterval
          Defines a TimeInterval, the period of time something is current.
 

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