org.logicalcobwebs.proxool.admin

Class StatisticsLogger

Implemented Interfaces:
StatisticsListenerIF

public class StatisticsLogger
extends java.lang.Object
implements StatisticsListenerIF

Listens to statistics and logs them
Version:
$Revision: 1.3 $, $Date: 2006/01/18 14:39:57 $
Authors:
bill
$Author: billhorsman $ (current maintainer)
Since:
Proxool 0.7

Constructor Summary

StatisticsLogger(Log log, String logLevel)

Method Summary

void
statistics(String alias, StatisticsIF statistics)
A new set of statistics have just been produced

Constructor Details

StatisticsLogger

public StatisticsLogger(Log log,
                        String logLevel)

Method Details

statistics

public void statistics(String alias,
                       StatisticsIF statistics)
A new set of statistics have just been produced
Specified by:
statistics in interface StatisticsListenerIF
Parameters:
alias - identifies the pool
statistics - new statistics