com.ibm.wsspi.pmi.stat

Interface SPIStats

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

  1. public interface SPIStats
  2. 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

Modifier and Type Method and Description
  1. void
setLevel(int level)
Deprecated. No replacement
  1. void
setName(java.lang.String name)
Set the Stats name
  1. void
setStatistics(java.util.ArrayList dataMembers)
Set statistics for this Stats
  1. void
setStatsType(java.lang.String modName)
Set the stats type
  1. 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

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

setStatsType

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

setLevel

  1. void setLevel(int level)
Deprecated. No replacement
Set the stats monitoring level

setStatistics

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

setSubStats

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