Uses of Class
org.fusesource.web.console.client.common.util.SearchResults

Packages that use SearchResults
org.fusesource.web.console.client.common   
org.fusesource.web.console.server   
 

Uses of SearchResults in org.fusesource.web.console.client.common
 

Methods in org.fusesource.web.console.client.common that return SearchResults
 SearchResults AgentService.getLogs(java.lang.String File, java.lang.String level, int maxResult, boolean includeStacks)
           
 

Method parameters in org.fusesource.web.console.client.common with type arguments of type SearchResults
 void AgentServiceAsync.getLogs(java.lang.String File, java.lang.String level, int maxResult, boolean includeStacks, com.google.gwt.user.client.rpc.AsyncCallback<SearchResults> async)
           
 

Uses of SearchResults in org.fusesource.web.console.server
 

Methods in org.fusesource.web.console.server that return SearchResults
 SearchResults LocalAgentServiceImpl.getLogs(java.lang.String file, java.lang.String level, int maxResult, boolean includeStacks)
           
 SearchResults AgentServiceImpl.getLogs(java.lang.String file, java.lang.String level, int maxResult, boolean includeStacks)
           
static SearchResults LoggingServiceUtil.getMatchingItems(java.lang.String logFile, java.lang.String level, int maxResults, boolean includeStacks)
          get all matching logs
 



Copyright © 2009 FuseSource. All Rights Reserved.