|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatsListener
This is the listener interface for receiving periodic statistics update from
the PeriodicStatsCollector
.
The framework specifies the listener using the setStatsListener
method of the PeriodicStatsCollector
.
PeriodicStatsCollector
Method Summary | |
---|---|
void |
statsUpdated(AverageStatistic updatedStats)
The callback for notifying the listener of updated statistics, in this case, the AverageStatistic. |
Method Detail |
---|
void statsUpdated(AverageStatistic updatedStats)
updatedStats
- the updated AverageStatisticPeriodicStatsCollector.setStatsListener(com.ibm.websphere.externalnode.StatsListener,long)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |