IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.pmi.stat
Interface SPIStats

All Superinterfaces:
com.ibm.websphere.pmi.stat.WSStats

public interface SPIStats
extends com.ibm.websphere.pmi.stat.WSStats

WebSphere interface to instrument Stats. Typically, the methods in this interface are not called from the application.


Method Summary
 void setLevel(int level)
          Deprecated. No replacement
 void setName(java.lang.String name)
          Set the Stats name
 void setStatistics(java.util.ArrayList dataMembers)
          Set statistics for this Stats
 void setStatsType(java.lang.String modName)
          Set the stats type
 void setSubStats(java.util.ArrayList subCollections)
          Set child stats
 
Methods inherited from interface com.ibm.websphere.pmi.stat.WSStats
getLevel, getName, getStatistic, getStatistic, getStatisticNames, getStatistics, getStats, getStatsType, getSubStats, getTime, getType, listStatisticNames, listStatistics, listSubStats, numStatistics, resetOnClient, setConfig, toString, toXML, update
 

Method Detail

setName

void setName(java.lang.String name)
Set the Stats name


setStatsType

void setStatsType(java.lang.String modName)
Set the stats type


setLevel

void setLevel(int level)
Deprecated. No replacement

Set the stats monitoring level


setStatistics

void setStatistics(java.util.ArrayList dataMembers)
Set statistics for this Stats


setSubStats

void setSubStats(java.util.ArrayList subCollections)
Set child stats


IBM WebSphere Application ServerTM
Release 8