|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEventReportingService
Extension of the common service interface to support event reporting.
| Method Summary | |
|---|---|
long |
rangeCount(long fromTime,
long toTime)
Reports the #of completed events that start in the given interval. |
Iterator<Event> |
rangeIterator(long fromTime,
long toTime)
Visits completed events that start in the given interval in order by their start time. |
| Method Detail |
|---|
Iterator<Event> rangeIterator(long fromTime,
long toTime)
long rangeCount(long fromTime,
long toTime)
fromTime - The first start time to be included.toTime - The first start time to be excluded.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||