|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LogReader
Interface for reading messages from a log.
| Method Summary | |
|---|---|
boolean |
hasMoreMessages()
Tests if this reader contains more log messages. |
LogMessage |
nextMessage()
Returns the next log message of this reader or null if no more message is available. |
| Method Detail |
|---|
boolean hasMoreMessages()
true if and only if this reader
contains at least one more log message to provide;
false otherwise.
LogMessage nextMessage()
throws java.io.IOException
java.io.IOException - if an error occurred while reading the next message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||