IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.externalnode
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
public  voidstatsUpdated(com.ibm.websphere.externalnode.AverageStatistic)
           The callback for notifying the listener of updated statistics, in this case, the AverageStatistic.

Method Detail

statsUpdated

public void statsUpdated(AverageStatistic updatedStats)
The callback for notifying the listener of updated statistics, in this case, the AverageStatistic.
See Also:
     setStatsListener(com.ibm.websphere.externalnode.StatsListener,long)
Parameters:
    updatedStats - the updated AverageStatistic


IBM WebSphere Extended Deployment (XD)TM
Release 6.0