Uses of Class
com.caucho.util.TimeIntervalScheduler.ScheduleType

Packages that use TimeIntervalScheduler.ScheduleType
com.caucho.util Assorted utilities 
 

Uses of TimeIntervalScheduler.ScheduleType in com.caucho.util
 

Methods in com.caucho.util that return TimeIntervalScheduler.ScheduleType
static TimeIntervalScheduler.ScheduleType TimeIntervalScheduler.ScheduleType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TimeIntervalScheduler.ScheduleType[] TimeIntervalScheduler.ScheduleType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.caucho.util with parameters of type TimeIntervalScheduler.ScheduleType
AbstractSoftScheduler(long clockTic, TimeIntervalScheduler.ScheduleType scheduleType)
          Creates a mamp of TimeIntervals of the requested size.