Uses of Class
com.caucho.management.server.StatServiceValue

Packages that use StatServiceValue
com.caucho.management.server   
com.caucho.server.admin   
 

Uses of StatServiceValue in com.caucho.management.server
 

Methods in com.caucho.management.server that return StatServiceValue
 StatServiceValue[] StatServiceMXBean.statisticsData(java.lang.String name, long beginTime, long endTime, long stepTime)
          Returns statistics data over a time range.
 

Uses of StatServiceValue in com.caucho.server.admin
 

Methods in com.caucho.server.admin that return StatServiceValue
 StatServiceValue[][] StatServiceValuesQueryReply.getData()
           
 StatServiceValue[] StatSystem.getStatisticsData(long id, long beginTime, long endTime, long step)
           
 StatServiceValue[] StatSystem.getStatisticsData(java.lang.String name, long beginTime, long endTime, long step)
           
 

Constructors in com.caucho.server.admin with parameters of type StatServiceValue
StatServiceValuesQueryReply(java.lang.String[] names, StatServiceValue[][] data)