|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.pmi.factory.StatisticActions
public class StatisticActions
This class is used to propagate action events from PMI service to the runtime component.
Constructor Summary | |
---|---|
StatisticActions()
This is the default constructor. |
|
StatisticActions(com.ibm.wsspi.pmi.factory.StatisticActionListener legacy)
This is the default constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatisticActions()
public StatisticActions(com.ibm.wsspi.pmi.factory.StatisticActionListener legacy)
legacy
- This is the StatisticActionListener object that will be wrapped by this class.Method Detail |
---|
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
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |