Package | Description |
---|---|
com.caucho.util |
Assorted utilities
|
Modifier and Type | Class and Description |
---|---|
class |
TimeIntervalElement
Implements the
TimeInterval interface. |
Modifier and Type | Method and Description |
---|---|
TimeInterval |
TimeIntervalScheduler.getSchedulerInterval(long time) |
TimeInterval |
AbstractSoftScheduler.getSchedulerInterval(long time)
Returns the schedule interval for the designated time.
|
TimeInterval |
TimeIntervalScheduler.getSchedulerInterval(long time,
long intervalDuration) |
TimeInterval |
AbstractSoftScheduler.getSchedulerInterval(long time,
long interavalDuration)
Returns the TimeInterval containing the moment, based on a schedule
of
|
TimeInterval |
TimeIntervalEntry.getTimeInterval()
Returns the current time interval.
|
TimeInterval |
TimeIntervalElement.getTimeInterval() |
Modifier and Type | Method and Description |
---|---|
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 |
TimeIntervalScheduler.schedule(E entry,
TimeInterval interval)
Schedules entry, based on the time interval provided.
|
void |
AbstractSoftScheduler.schedule(E entry,
TimeInterval timeInterval)
The event will be scheduled to ocuur anytime within the designated
time interval.
|