IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.pmi.factory
Interface StatisticActionListener


Deprecated. As of 6.1, replaced with StatisticActions

public interface StatisticActionListener

This interface is used to propagate action events from PMI service to the runtime component.


Method Summary
 void statisticCreated(com.ibm.wsspi.pmi.stat.SPIStatistic s)
          Deprecated. This method is called to indicate that a statistic is created in the Stats instance.
 void updateStatisticOnRequest(int dataId)
          Deprecated. This method is called to indicate that a client or monitoring application is requesting the statistic.
 

Method Detail

statisticCreated

void statisticCreated(com.ibm.wsspi.pmi.stat.SPIStatistic s)
Deprecated. 
This method is called to indicate that a statistic is created in the Stats instance. The runtime component should use this message to cache the reference to the statistic. This eliminates querying the individual statistic from the StatsInstance object.

Parameters:
s - statistic created in the StatsInstance

updateStatisticOnRequest

void updateStatisticOnRequest(int dataId)
Deprecated. 
This method is called to indicate that a client or monitoring application is requesting the statistic. This message is applicable only to the "updateOnRequest" statistic.

Parameters:
dataId - data ID of the statistic

IBM WebSphere Application ServerTM
Release 8