public class StatisticActions
extends java.lang.Object
Constructor and Description |
---|
StatisticActions()
This is the default constructor.
|
StatisticActions(com.ibm.wsspi.pmi.factory.StatisticActionListener legacy)
This is the default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
enableStatusChanged(int[] enabled,
int[] disabled)
This method is called whenever the PMI framework has either enabled or disabled
statistics.
|
void |
statisticCreated(SPIStatistic s)
This method is called to indicate that a statistic is created in the Stats instance.
|
void |
updateStatisticOnRequest(int dataId)
This method is called to indicate that a client or monitoring application is
requesting the statistic.
|
public StatisticActions()
public StatisticActions(com.ibm.wsspi.pmi.factory.StatisticActionListener legacy)
legacy
- This is the StatisticActionListener object that will be wrapped by this class.public void statisticCreated(SPIStatistic s)
s
- statistic created in the StatsInstancepublic void updateStatisticOnRequest(int dataId)
dataId
- data ID of the statisticpublic void enableStatusChanged(int[] enabled, int[] disabled)
enabled
- Array of enabled statistic data IDsdisabled
- Array of disabled statistic data IDs