Uses of Class
org.apache.geronimo.management.geronimo.Log.SearchResults

Packages that use Log.SearchResults
org.apache.geronimo.derby   
org.apache.geronimo.jetty6.requestlog   
org.apache.geronimo.management.geronimo   
org.apache.geronimo.tomcat   
 

Uses of Log.SearchResults in org.apache.geronimo.derby
 

Methods in org.apache.geronimo.derby that return Log.SearchResults
 Log.SearchResults DerbyLogGBean.searchLog(Integer startLine, Integer endLine, Integer max, String text)
           
 Log.SearchResults DerbyLog.searchLog(Integer startLine, Integer endLine, Integer max, String regex)
           
 

Uses of Log.SearchResults in org.apache.geronimo.jetty6.requestlog
 

Methods in org.apache.geronimo.jetty6.requestlog that return Log.SearchResults
 Log.SearchResults JettyLogManagerImpl.getMatchingItems(String logName, String host, String user, String method, String uri, Date startDate, Date endDate, Integer skipResults, Integer maxResults)
          Searches the log for records matching the specified parameters.
 

Uses of Log.SearchResults in org.apache.geronimo.management.geronimo
 

Methods in org.apache.geronimo.management.geronimo that return Log.SearchResults
 Log.SearchResults WebAccessLog.getMatchingItems(String logName, String host, String user, String method, String uri, Date startDate, Date endDate, Integer skipResults, Integer maxResults)
          Searches the log for records matching the specified parameters.
 

Uses of Log.SearchResults in org.apache.geronimo.tomcat
 

Methods in org.apache.geronimo.tomcat that return Log.SearchResults
 Log.SearchResults TomcatLogManagerImpl.getMatchingItems(String logName, String host, String user, String method, String uri, Date startDate, Date endDate, Integer skipResults, Integer maxResults)
          Searches the log for records matching the specified parameters.
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.