net.sourceforge.pebble.logging
Class LogSummary

java.lang.Object
  extended by net.sourceforge.pebble.logging.LogSummary
Direct Known Subclasses:
LogSummaryContainer, LogSummaryItem

public abstract class LogSummary
extends java.lang.Object

Represents a summary of a log.

Author:
Simon Brown

Method Summary
 java.util.Date getDate()
          Gets the date that this log summary is for.
abstract  int getTotalRequests()
          Gets the total number of requests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDate

public java.util.Date getDate()
Gets the date that this log summary is for.

Returns:
a Date instance

getTotalRequests

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

Returns:
the total number as an int


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