|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuditTrailIterator
Contains multiple audit trail entries that are retrieved from the Flux audit trail. The audit trail entries are ordered by their timestamps.
| Method Summary | |
|---|---|
boolean |
hasNext()
Indicates whether there are more audit trail entries in this iterator. |
AuditTrailEntry |
next()
Returns the next audit trail entry in this iterator. |
long |
size()
Returns the total number of audit trail entries available to this iterator throughout this iterator object's lifetime. |
| Method Detail |
|---|
boolean hasNext()
throws EngineException
EngineException - If a system error occurs.
AuditTrailEntry next()
throws EngineException
EngineException - If the next audit trail entry could not be
retrieved.
long size()
throws EngineException
EngineException - If the total number of audit trail entries
could not be retrieved.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||