This project has retired. For details please refer to its
Attic page.
Report (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.profiling.statistics
Interface Report
- All Known Implementing Classes:
- ReportImpl
public interface Report
A report gives information about the invocation of a category.
It collects the information from all Statistics
objects
for the specific category.
- Since:
- 2.1.10
- Version:
- $Id: Report.html 1304258 2012-03-23 10:09:27Z ilgrosso $
getCategory
String getCategory()
getCount
int getCount()
getMin
long getMin()
getMax
long getMax()
getAverage
long getAverage()
getLast
long getLast()
getAll
String getAll()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.