|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.logicalcobwebs.proxool.util.AbstractListenerContainer org.logicalcobwebs.proxool.admin.CompositeStatisticsListener
A StatisticsListenerIF
that keeps a list of StatisticsListenerIF
s
and notifies them in a thread safe manner.
It also implements ListenerContainerIF
which provides methods for
adding
and
removing
listeners.
Constructor Summary | |
CompositeStatisticsListener()
|
Method Summary | |
void |
statistics(java.lang.String alias,
StatisticsIF statistics)
A new set of statistics have just been produced |
Methods inherited from class org.logicalcobwebs.proxool.util.AbstractListenerContainer |
addListener, isEmpty, removeListener |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CompositeStatisticsListener()
Method Detail |
public void statistics(java.lang.String alias, StatisticsIF statistics)
StatisticsListenerIF
statistics
in interface StatisticsListenerIF
alias
- identifies the poolstatistics
- new statisticsStatisticsListenerIF.statistics(String, StatisticsIF)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |