|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
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()
|
| 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 |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||