org.apache.geronimo.system.logging
Class SystemLog.SearchResults

java.lang.Object
  extended by org.apache.geronimo.system.logging.SystemLog.SearchResults
All Implemented Interfaces:
Serializable
Enclosing interface:
SystemLog

public static class SystemLog.SearchResults
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

SystemLog.SearchResults

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

getLineCount

public int getLineCount()

getResults

public SystemLog.LogMessage[] getResults()

isCapped

public boolean isCapped()


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