Interface StatisticsAdminMBean
- All Known Implementing Classes:
StatisticsAdmin
public interface StatisticsAdminMBean
MBean interface of the StatisticsAdmin MBean
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetAvgOperationResponseTime(String serviceName, String operationName) doublegetAvgServiceResponseTime(String serviceName) doublelonggetMaxOperationResponseTime(String serviceName, String operationName) longgetMaxServiceResponseTime(String serviceName) longlonggetMinOperationResponseTime(String serviceName, String operationName) longgetMinServiceResponseTime(String serviceName) longintgetOperationFaultCount(String serviceName, String operationName) intgetOperationRequestCount(String serviceName, String operationName) intgetOperationResponseCount(String serviceName, String operationName) intgetServiceFaultCount(String serviceName) intgetServiceRequestCount(String serviceName) Obtain the number of requests that were received by the serviceintgetServiceResponseCount(String serviceName) intintGet the total requests received by the system which hosts this serviceint
-
Method Details
-
getSystemRequestCount
Get the total requests received by the system which hosts this service- Returns:
- the total requests received by the system which hosts this service
- Throws:
Exception- If request count cannot be found
-
getSystemFaultCount
- Throws:
Exception
-
getSystemResponseCount
- Throws:
Exception
-
getAvgSystemResponseTime
double getAvgSystemResponseTime() -
getMaxSystemResponseTime
long getMaxSystemResponseTime() -
getMinSystemResponseTime
long getMinSystemResponseTime() -
getServiceRequestCount
Obtain the number of requests that were received by the service- Parameters:
serviceName-- Returns:
- The number of requests that were received by the service
- Throws:
Exception
-
getServiceFaultCount
- Throws:
Exception
-
getServiceResponseCount
- Throws:
Exception
-
getMaxServiceResponseTime
- Throws:
Exception
-
getMinServiceResponseTime
- Throws:
Exception
-
getAvgServiceResponseTime
- Throws:
Exception
-
getOperationRequestCount
- Throws:
Exception
-
getOperationFaultCount
- Throws:
Exception
-
getOperationResponseCount
- Throws:
Exception
-
getMaxOperationResponseTime
- Throws:
Exception
-
getMinOperationResponseTime
- Throws:
Exception
-
getAvgOperationResponseTime
- Throws:
Exception
-