|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.util.OnceTimeSchedule
class OnceTimeSchedule
A OnceTimeSchedule
fires at one and only one time.
Field Summary | |
---|---|
(package private) java.util.Calendar |
time
|
Constructor Summary | |
---|---|
OnceTimeSchedule(java.util.Calendar time)
|
Method Summary | |
---|---|
java.util.Calendar |
nextOccurrence(java.util.Calendar after,
boolean strict)
Returns the next occurrence at or after after . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.Calendar time
Constructor Detail |
---|
OnceTimeSchedule(java.util.Calendar time)
Method Detail |
---|
public java.util.Calendar nextOccurrence(java.util.Calendar after, boolean strict)
TimeSchedule
after
. If
after
is null, returns the first occurrence. If there are
no further occurrences, returns null.
nextOccurrence
in interface TimeSchedule
strict
- if true, return time must be after after
, not
equal to it
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |