net.sourceforge.pebble.logging
Class LogSummaryContainer

java.lang.Object
  extended by net.sourceforge.pebble.logging.LogSummary
      extended by net.sourceforge.pebble.logging.LogSummaryContainer

public class LogSummaryContainer
extends LogSummary

Represents a summary of a particular log.

Author:
Simon Brown

Method Summary
 java.util.List getLogSummaries()
          Gets a collection of all nested LogSummary objects.
 int getTotalRequests()
          Gets the total number of requests.
 
Methods inherited from class net.sourceforge.pebble.logging.LogSummary
getDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTotalRequests

public int getTotalRequests()
Gets the total number of requests.

Specified by:
getTotalRequests in class LogSummary
Returns:
the total number as an int

getLogSummaries

public java.util.List getLogSummaries()
Gets a collection of all nested LogSummary objects.

Returns:
a List of LogSummary instances


Copyright © 2003-2006, Simon Brown. All Rights Reserved.