|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.log.LogQueryResult
public final class LogQueryResult
An object that is the result of performing a LogService.fetch() operation.
LogQueryResults contain the logs from the user's query. Users of this service
should use the iterator()
provided by this class to
retrieve their results.
Method Summary | |
---|---|
java.util.Iterator<RequestLogs> |
iterator()
Returns an Iterator that will yield all of the logs the user has requested. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.Iterator<RequestLogs> iterator()
iterator
in interface java.lang.Iterable<RequestLogs>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |