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

java.lang.Object
  extended by org.apache.geronimo.management.geronimo.Log.SearchResults
All Implemented Interfaces:
Serializable
Enclosing interface:
Log

public static class Log.SearchResults
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Log.SearchResults(int lineCount, Log.LogMessage[] results, boolean capped)
           
 
Method Summary
 int getLineCount()
           
 Log.LogMessage[] getResults()
           
 boolean isCapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log.SearchResults

public Log.SearchResults(int lineCount,
                         Log.LogMessage[] results,
                         boolean capped)
Method Detail

getLineCount

public int getLineCount()

getResults

public Log.LogMessage[] getResults()

isCapped

public boolean isCapped()


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