public interface StatisticsListenerIF
statistics as they are produced.
The frequency with which they occur is defined in the
configuration.
String alias = "myPool";
StatisticsListenerIF myStatisticsListener = new MyStatisticsListener();
ProxoolFacade.addStatisticsListener(alias, myStatisticsListener);
| 限定符和类型 | 方法和说明 |
|---|---|
void |
statistics(String alias,
StatisticsIF statistics)
A new set of statistics have just been produced
|
void statistics(String alias, StatisticsIF statistics)
alias - identifies the poolstatistics - new statisticsCopyright © 2024. All rights reserved.