flux.logging
Interface LogIterator


public interface LogIterator

Contains multiple log entries that are retrieved from the Flux logs. The log entries are ordered by their timestamps.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 boolean hasNext()
          Indicates whether there are more log entries in this iterator.
 LogEntry next()
          Returns the next log entry in this iterator.
 

Method Detail

hasNext

boolean hasNext()
                throws EngineException
Indicates whether there are more log entries in this iterator.

Returns:
Whether there are more log entries in this iterator.
Throws:
EngineException - If a system error occurs.

next

LogEntry next()
              throws EngineException
Returns the next log entry in this iterator.

Returns:
The next log entry in this iterator.
Throws:
EngineException - If the next log entry could not be retrieved.


© 2014 Flux Corporation. All rights reserved.