Package org.logicalcobwebs.proxool.admin
Class StatisticsLogger
- java.lang.Object
-
- org.logicalcobwebs.proxool.admin.StatisticsLogger
-
- All Implemented Interfaces:
StatisticsListenerIF
public class StatisticsLogger extends java.lang.Object implements StatisticsListenerIF
Listens to statistics and logs them- Since:
- Proxool 0.7
- Version:
- $Revision: 1.3 $, $Date: 2006/01/18 14:39:57 $
- Author:
- bill, $Author: billhorsman $ (current maintainer)
-
-
Constructor Summary
Constructors Constructor Description StatisticsLogger(org.apache.commons.logging.Log log, java.lang.String logLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
statistics(java.lang.String alias, StatisticsIF statistics)
A new set of statistics have just been produced
-
-
-
Method Detail
-
statistics
public void statistics(java.lang.String alias, StatisticsIF statistics)
Description copied from interface:StatisticsListenerIF
A new set of statistics have just been produced- Specified by:
statistics
in interfaceStatisticsListenerIF
- Parameters:
alias
- identifies the poolstatistics
- new statistics
-
-