Uses of Class
org.fusesource.insight.log.LogResults

Packages that use LogResults
org.fusesource.insight.log.support   
 

Uses of LogResults in org.fusesource.insight.log.support
 

Methods in org.fusesource.insight.log.support that return LogResults
 LogResults LogQuerySupportMBean.allLogResults()
          Returns all the available recent log events as a LogResults object which is then serialized
 LogResults LogQuerySupport.allLogResults()
           
 LogResults LogQuerySupportMBean.getLogResults(int count)
          Returns the recent log events as a LogResults object which is then serialized
 LogResults LogQuerySupportMBean.jsonQueryLogResults(java.lang.String jsonFilter)
          Allows a JSON filter to be specified then returns the log results as a serialised object
 LogResults LogQuerySupport.jsonQueryLogResults(java.lang.String jsonFilter)
           
 LogResults LogQuerySupportMBean.logResultsSince(long time)
          Returns all the available log events since the given timestamp (millis)
 LogResults LogQuerySupport.logResultsSince(long time)
           
 LogResults LogQuerySupportMBean.queryLogResults(LogFilter filter)
          Queries the log results using the given filter
 



Copyright © 2013 Red Hat. All Rights Reserved.