net.sourceforge.pebble.logging
Class LogSummaryItem

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

public class LogSummaryItem
extends LogSummary

Represents a summary of a particular log.

Author:
Simon Brown

Method Summary
 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


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