org.logicalcobwebs.proxool.admin
类 StatisticsLogger

java.lang.Object
  继承者 org.logicalcobwebs.proxool.admin.StatisticsLogger
所有已实现的接口:
StatisticsListenerIF

public class StatisticsLogger
extends Object
implements StatisticsListenerIF

Listens to statistics and logs them

从以下版本开始:
Proxool 0.7
版本:
$Revision: 1.3 $, $Date: 2006/01/18 14:39:57 $
作者:
bill, $Author: billhorsman $ (current maintainer)

构造方法摘要
StatisticsLogger(org.apache.commons.logging.Log log, String logLevel)
           
 
方法摘要
 void statistics(String alias, StatisticsIF statistics)
          A new set of statistics have just been produced
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

StatisticsLogger

public StatisticsLogger(org.apache.commons.logging.Log log,
                        String logLevel)
方法详细信息

statistics

public void statistics(String alias,
                       StatisticsIF statistics)
从接口 StatisticsListenerIF 复制的描述
A new set of statistics have just been produced

指定者:
接口 StatisticsListenerIF 中的 statistics
参数:
alias - identifies the pool
statistics - new statistics


Copyright © 2014. All rights reserved.