com.ibm.wsspi.pmi.factory
Interface StatisticActionListener
Deprecated. As of 6.1, replaced with
StatisticActions
- public interface StatisticActionListener
Method Summary
Modifier and Type | Method and Description |
---|---|
|
statisticCreated(com.ibm.wsspi.pmi.stat.SPIStatistic s)
Deprecated. This method is called to indicate that a statistic is created in the Stats instance.
|
|
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