public interface StatisticsAdmin
Modifier and Type | Method and Description |
---|---|
double |
getAvgOperationResponseTime(String serviceName57,
String operationName58)
Auto generated method signature
|
double |
getAvgServiceResponseTime(String serviceName102)
Auto generated method signature
|
double |
getAvgSystemResponseTime()
Auto generated method signature
|
long |
getMaxOperationResponseTime(String serviceName88,
String operationName89)
Auto generated method signature
|
long |
getMaxServiceResponseTime(String serviceName41)
Auto generated method signature
|
long |
getMaxSystemResponseTime()
Auto generated method signature
|
long |
getMinOperationResponseTime(String serviceName115,
String operationName116)
Auto generated method signature
|
long |
getMinServiceResponseTime(String serviceName84)
Auto generated method signature
|
long |
getMinSystemResponseTime()
Auto generated method signature
|
int |
getOperationFaultCount(String serviceName93,
String operationName94)
Auto generated method signature
|
int |
getOperationRequestCount(String serviceName126,
String operationName127)
Auto generated method signature
|
int |
getOperationResponseCount(String serviceName52,
String operationName53)
Auto generated method signature
|
OperationStatistics |
getOperationStatistics(String serviceName62,
String operationName63)
Auto generated method signature
|
int |
getServiceFaultCount(String serviceName80)
Auto generated method signature
|
int |
getServiceRequestCount(String serviceName45)
Auto generated method signature
|
int |
getServiceResponseCount(String serviceName106)
Auto generated method signature
|
ServiceStatistics |
getServiceStatistics(String serviceName98)
Auto generated method signature
|
int |
getSystemFaultCount()
Auto generated method signature
|
int |
getSystemRequestCount()
Auto generated method signature
|
int |
getSystemResponseCount()
Auto generated method signature
|
SystemStatistics |
getSystemStatistics()
Auto generated method signature
|
StatisticData |
getWebappRelatedData(String webAppName70)
Auto generated method signature
|
void |
setConfigurationContext(ConfigurationContext configurationContext113)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAvgOperationResponseTime(String serviceName57,
String operationName58,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAvgServiceResponseTime(String serviceName102,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAvgSystemResponseTime(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMaxOperationResponseTime(String serviceName88,
String operationName89,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMaxServiceResponseTime(String serviceName41,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMaxSystemResponseTime(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMinOperationResponseTime(String serviceName115,
String operationName116,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMinServiceResponseTime(String serviceName84,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMinSystemResponseTime(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetOperationFaultCount(String serviceName93,
String operationName94,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetOperationRequestCount(String serviceName126,
String operationName127,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetOperationResponseCount(String serviceName52,
String operationName53,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetOperationStatistics(String serviceName62,
String operationName63,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetServiceFaultCount(String serviceName80,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetServiceRequestCount(String serviceName45,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetServiceResponseCount(String serviceName106,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetServiceStatistics(String serviceName98,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSystemFaultCount(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSystemRequestCount(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSystemResponseCount(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSystemStatistics(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetWebappRelatedData(String webAppName70,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
long getMaxServiceResponseTime(String serviceName41) throws RemoteException
getMaxServiceResponseTime40
- RemoteException
void startgetMaxServiceResponseTime(String serviceName41, StatisticsAdminCallbackHandler callback) throws RemoteException
getMaxServiceResponseTime40
- RemoteException
int getServiceRequestCount(String serviceName45) throws RemoteException
getServiceRequestCount44
- RemoteException
void startgetServiceRequestCount(String serviceName45, StatisticsAdminCallbackHandler callback) throws RemoteException
getServiceRequestCount44
- RemoteException
int getSystemResponseCount() throws RemoteException
getSystemResponseCount48
- RemoteException
void startgetSystemResponseCount(StatisticsAdminCallbackHandler callback) throws RemoteException
getSystemResponseCount48
- RemoteException
int getOperationResponseCount(String serviceName52, String operationName53) throws RemoteException
getOperationResponseCount51
- RemoteException
void startgetOperationResponseCount(String serviceName52, String operationName53, StatisticsAdminCallbackHandler callback) throws RemoteException
getOperationResponseCount51
- RemoteException
double getAvgOperationResponseTime(String serviceName57, String operationName58) throws RemoteException
getAvgOperationResponseTime56
- RemoteException
void startgetAvgOperationResponseTime(String serviceName57, String operationName58, StatisticsAdminCallbackHandler callback) throws RemoteException
getAvgOperationResponseTime56
- RemoteException
OperationStatistics getOperationStatistics(String serviceName62, String operationName63) throws RemoteException
getOperationStatistics61
- RemoteException
void startgetOperationStatistics(String serviceName62, String operationName63, StatisticsAdminCallbackHandler callback) throws RemoteException
getOperationStatistics61
- RemoteException
int getSystemFaultCount() throws RemoteException
getSystemFaultCount66
- RemoteException
void startgetSystemFaultCount(StatisticsAdminCallbackHandler callback) throws RemoteException
getSystemFaultCount66
- RemoteException
StatisticData getWebappRelatedData(String webAppName70) throws RemoteException
getWebappRelatedData69
- RemoteException
void startgetWebappRelatedData(String webAppName70, StatisticsAdminCallbackHandler callback) throws RemoteException
getWebappRelatedData69
- RemoteException
long getMinSystemResponseTime() throws RemoteException
getMinSystemResponseTime73
- RemoteException
void startgetMinSystemResponseTime(StatisticsAdminCallbackHandler callback) throws RemoteException
getMinSystemResponseTime73
- RemoteException
long getMaxSystemResponseTime() throws RemoteException
getMaxSystemResponseTime76
- RemoteException
void startgetMaxSystemResponseTime(StatisticsAdminCallbackHandler callback) throws RemoteException
getMaxSystemResponseTime76
- RemoteException
int getServiceFaultCount(String serviceName80) throws RemoteException
getServiceFaultCount79
- RemoteException
void startgetServiceFaultCount(String serviceName80, StatisticsAdminCallbackHandler callback) throws RemoteException
getServiceFaultCount79
- RemoteException
long getMinServiceResponseTime(String serviceName84) throws RemoteException
getMinServiceResponseTime83
- RemoteException
void startgetMinServiceResponseTime(String serviceName84, StatisticsAdminCallbackHandler callback) throws RemoteException
getMinServiceResponseTime83
- RemoteException
long getMaxOperationResponseTime(String serviceName88, String operationName89) throws RemoteException
getMaxOperationResponseTime87
- RemoteException
void startgetMaxOperationResponseTime(String serviceName88, String operationName89, StatisticsAdminCallbackHandler callback) throws RemoteException
getMaxOperationResponseTime87
- RemoteException
int getOperationFaultCount(String serviceName93, String operationName94) throws RemoteException
getOperationFaultCount92
- RemoteException
void startgetOperationFaultCount(String serviceName93, String operationName94, StatisticsAdminCallbackHandler callback) throws RemoteException
getOperationFaultCount92
- RemoteException
ServiceStatistics getServiceStatistics(String serviceName98) throws RemoteException
getServiceStatistics97
- RemoteException
void startgetServiceStatistics(String serviceName98, StatisticsAdminCallbackHandler callback) throws RemoteException
getServiceStatistics97
- RemoteException
double getAvgServiceResponseTime(String serviceName102) throws RemoteException
getAvgServiceResponseTime101
- RemoteException
void startgetAvgServiceResponseTime(String serviceName102, StatisticsAdminCallbackHandler callback) throws RemoteException
getAvgServiceResponseTime101
- RemoteException
int getServiceResponseCount(String serviceName106) throws RemoteException
getServiceResponseCount105
- RemoteException
void startgetServiceResponseCount(String serviceName106, StatisticsAdminCallbackHandler callback) throws RemoteException
getServiceResponseCount105
- RemoteException
int getSystemRequestCount() throws RemoteException
getSystemRequestCount109
- RemoteException
void startgetSystemRequestCount(StatisticsAdminCallbackHandler callback) throws RemoteException
getSystemRequestCount109
- RemoteException
void setConfigurationContext(ConfigurationContext configurationContext113) throws RemoteException
RemoteException
long getMinOperationResponseTime(String serviceName115, String operationName116) throws RemoteException
getMinOperationResponseTime114
- RemoteException
void startgetMinOperationResponseTime(String serviceName115, String operationName116, StatisticsAdminCallbackHandler callback) throws RemoteException
getMinOperationResponseTime114
- RemoteException
double getAvgSystemResponseTime() throws RemoteException
getAvgSystemResponseTime119
- RemoteException
void startgetAvgSystemResponseTime(StatisticsAdminCallbackHandler callback) throws RemoteException
getAvgSystemResponseTime119
- RemoteException
SystemStatistics getSystemStatistics() throws RemoteException
getSystemStatistics122
- RemoteException
void startgetSystemStatistics(StatisticsAdminCallbackHandler callback) throws RemoteException
getSystemStatistics122
- RemoteException
int getOperationRequestCount(String serviceName126, String operationName127) throws RemoteException
getOperationRequestCount125
- RemoteException
void startgetOperationRequestCount(String serviceName126, String operationName127, StatisticsAdminCallbackHandler callback) throws RemoteException
getOperationRequestCount125
- RemoteException
Copyright © 2017 WSO2. All rights reserved.