com.caucho.management.server
Interface StatServiceMXBean

All Superinterfaces:
ManagedObjectMXBean
All Known Implementing Classes:
StatService.Admin

public interface StatServiceMXBean
extends ManagedObjectMXBean

Interface for the persistent statistics

 resin:type=StatService
 


Method Summary
 StatServiceAttribute[] getActiveAttributes()
          Returns the current statistics attributes
 StatServiceValue[] statisticsData(java.lang.String objectName, java.lang.String attributeName, long beginTime, long endTime)
          Returns statistics data over a time range.
 
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean
getName, getObjectName, getType
 

Method Detail

getActiveAttributes

StatServiceAttribute[] getActiveAttributes()
Returns the current statistics attributes


statisticsData

StatServiceValue[] statisticsData(java.lang.String objectName,
                                  java.lang.String attributeName,
                                  long beginTime,
                                  long endTime)
Returns statistics data over a time range.