com.ibm.websphere.externalnode
Interface StatsListener


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.

See Also:
PeriodicStatsCollector

Method Summary
 void statsUpdated(AverageStatistic updatedStats)
          The callback for notifying the listener of updated statistics, in this case, the AverageStatistic.
 

Method Detail

statsUpdated

void statsUpdated(AverageStatistic updatedStats)
The callback for notifying the listener of updated statistics, in this case, the AverageStatistic.

Parameters:
updatedStats - the updated AverageStatistic
See Also:
PeriodicStatsCollector.setStatsListener(com.ibm.websphere.externalnode.StatsListener,long)