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)
| 从类 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 poolstatistics - new statistics
Copyright © 2014. All rights reserved.