Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StatisticsLogger

        public StatisticsLogger​(org.apache.commons.logging.Log log,
                                java.lang.String logLevel)
    • 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 interface StatisticsListenerIF
        Parameters:
        alias - identifies the pool
        statistics - new statistics