Oracle Corporation

Uses of Class
com.bea.wlcp.wlng.statistics.CounterInfo

Packages that use CounterInfo
com.bea.wlcp.wlng.statistics.management   
 

Uses of CounterInfo in com.bea.wlcp.wlng.statistics.management
 

Fields in com.bea.wlcp.wlng.statistics.management declared as CounterInfo
static CounterInfo StatisticsServiceMBean.counterSnapshot
          Gets a counter snapshot for the local server.
static CounterInfo[] StatisticsServiceMBean.counterSnapshotAll
          Gets a counter snapshot for the all servers in the cluster.
 

Methods in com.bea.wlcp.wlng.statistics.management that return CounterInfo
 CounterInfo StatisticsServiceMBean.getCounterSnapshot()
           
 CounterInfo[] StatisticsServiceMBean.getCounterSnapshotAll()
           
 


Oracle Corporation