org.fusesource.web.console.client.common
Class LogResults
java.lang.Object
org.fusesource.web.console.client.common.LogResults
- All Implemented Interfaces:
- java.io.Serializable
public class LogResults
- extends java.lang.Object
- implements java.io.Serializable
Returns the results of a query for log events such that the result also returns
the last ID scanned so we can start from there next time
- Version:
- $Revision: 1.1 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogResults
public LogResults()
LogResults
public LogResults(long lastId,
java.util.List<LogEvent> events)
getEvents
public java.util.List<LogEvent> getEvents()
setEvents
public void setEvents(java.util.List<LogEvent> events)
getLastId
public long getLastId()
setLastId
public void setLastId(long lastId)
Copyright © 2009 FuseSource. All Rights Reserved.