Package | Description |
---|---|
com.caucho.util |
Assorted utilities
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
AbstractSoftScheduler(long clockTic,
TimeIntervalScheduler.ScheduleType scheduleType)
Creates a mamp of TimeIntervals of the requested size.
|