public interface StatisticsAdmin
Modifier and Type | Method and Description |
---|---|
double |
getAvgOperationResponseTime(String serviceName59,
String operationName60)
Auto generated method signature
|
double |
getAvgServiceResponseTime(String serviceName69)
Auto generated method signature
|
double |
getAvgSystemResponseTime()
Auto generated method signature
|
long |
getMaxOperationResponseTime(String serviceName64,
String operationName65)
Auto generated method signature
|
long |
getMaxServiceResponseTime(String serviceName97)
Auto generated method signature
|
long |
getMaxSystemResponseTime()
Auto generated method signature
|
long |
getMinOperationResponseTime(String serviceName83,
String operationName84)
Auto generated method signature
|
long |
getMinServiceResponseTime(String serviceName121)
Auto generated method signature
|
long |
getMinSystemResponseTime()
Auto generated method signature
|
int |
getOperationFaultCount(String serviceName101,
String operationName102)
Auto generated method signature
|
int |
getOperationRequestCount(String serviceName45,
String operationName46)
Auto generated method signature
|
int |
getOperationResponseCount(String serviceName76,
String operationName77)
Auto generated method signature
|
OperationStatistics |
getOperationStatistics(String serviceName54,
String operationName55)
Auto generated method signature
|
int |
getServiceFaultCount(String serviceName41)
Auto generated method signature
|
int |
getServiceRequestCount(String serviceName106)
Auto generated method signature
|
int |
getServiceResponseCount(String serviceName50)
Auto generated method signature
|
ServiceStatistics |
getServiceStatistics(String serviceName117)
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 webAppName113)
Auto generated method signature
|
void |
setConfigurationContext(ConfigurationContext configurationContext81)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAvgOperationResponseTime(String serviceName59,
String operationName60,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAvgServiceResponseTime(String serviceName69,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAvgSystemResponseTime(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMaxOperationResponseTime(String serviceName64,
String operationName65,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMaxServiceResponseTime(String serviceName97,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMaxSystemResponseTime(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMinOperationResponseTime(String serviceName83,
String operationName84,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMinServiceResponseTime(String serviceName121,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMinSystemResponseTime(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetOperationFaultCount(String serviceName101,
String operationName102,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetOperationRequestCount(String serviceName45,
String operationName46,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetOperationResponseCount(String serviceName76,
String operationName77,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetOperationStatistics(String serviceName54,
String operationName55,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetServiceFaultCount(String serviceName41,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetServiceRequestCount(String serviceName106,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetServiceResponseCount(String serviceName50,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetServiceStatistics(String serviceName117,
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 webAppName113,
StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
int getServiceFaultCount(String serviceName41) throws RemoteException
getServiceFaultCount40
- RemoteException
void startgetServiceFaultCount(String serviceName41, StatisticsAdminCallbackHandler callback) throws RemoteException
getServiceFaultCount40
- RemoteException
int getOperationRequestCount(String serviceName45, String operationName46) throws RemoteException
getOperationRequestCount44
- RemoteException
void startgetOperationRequestCount(String serviceName45, String operationName46, StatisticsAdminCallbackHandler callback) throws RemoteException
getOperationRequestCount44
- RemoteException
int getServiceResponseCount(String serviceName50) throws RemoteException
getServiceResponseCount49
- RemoteException
void startgetServiceResponseCount(String serviceName50, StatisticsAdminCallbackHandler callback) throws RemoteException
getServiceResponseCount49
- RemoteException
OperationStatistics getOperationStatistics(String serviceName54, String operationName55) throws RemoteException
getOperationStatistics53
- RemoteException
void startgetOperationStatistics(String serviceName54, String operationName55, StatisticsAdminCallbackHandler callback) throws RemoteException
getOperationStatistics53
- RemoteException
double getAvgOperationResponseTime(String serviceName59, String operationName60) throws RemoteException
getAvgOperationResponseTime58
- RemoteException
void startgetAvgOperationResponseTime(String serviceName59, String operationName60, StatisticsAdminCallbackHandler callback) throws RemoteException
getAvgOperationResponseTime58
- RemoteException
long getMaxOperationResponseTime(String serviceName64, String operationName65) throws RemoteException
getMaxOperationResponseTime63
- RemoteException
void startgetMaxOperationResponseTime(String serviceName64, String operationName65, StatisticsAdminCallbackHandler callback) throws RemoteException
getMaxOperationResponseTime63
- RemoteException
double getAvgServiceResponseTime(String serviceName69) throws RemoteException
getAvgServiceResponseTime68
- RemoteException
void startgetAvgServiceResponseTime(String serviceName69, StatisticsAdminCallbackHandler callback) throws RemoteException
getAvgServiceResponseTime68
- RemoteException
long getMaxSystemResponseTime() throws RemoteException
getMaxSystemResponseTime72
- RemoteException
void startgetMaxSystemResponseTime(StatisticsAdminCallbackHandler callback) throws RemoteException
getMaxSystemResponseTime72
- RemoteException
int getOperationResponseCount(String serviceName76, String operationName77) throws RemoteException
getOperationResponseCount75
- RemoteException
void startgetOperationResponseCount(String serviceName76, String operationName77, StatisticsAdminCallbackHandler callback) throws RemoteException
getOperationResponseCount75
- RemoteException
void setConfigurationContext(ConfigurationContext configurationContext81) throws RemoteException
RemoteException
long getMinOperationResponseTime(String serviceName83, String operationName84) throws RemoteException
getMinOperationResponseTime82
- RemoteException
void startgetMinOperationResponseTime(String serviceName83, String operationName84, StatisticsAdminCallbackHandler callback) throws RemoteException
getMinOperationResponseTime82
- RemoteException
SystemStatistics getSystemStatistics() throws RemoteException
getSystemStatistics87
- RemoteException
void startgetSystemStatistics(StatisticsAdminCallbackHandler callback) throws RemoteException
getSystemStatistics87
- RemoteException
int getSystemResponseCount() throws RemoteException
getSystemResponseCount90
- RemoteException
void startgetSystemResponseCount(StatisticsAdminCallbackHandler callback) throws RemoteException
getSystemResponseCount90
- RemoteException
long getMinSystemResponseTime() throws RemoteException
getMinSystemResponseTime93
- RemoteException
void startgetMinSystemResponseTime(StatisticsAdminCallbackHandler callback) throws RemoteException
getMinSystemResponseTime93
- RemoteException
long getMaxServiceResponseTime(String serviceName97) throws RemoteException
getMaxServiceResponseTime96
- RemoteException
void startgetMaxServiceResponseTime(String serviceName97, StatisticsAdminCallbackHandler callback) throws RemoteException
getMaxServiceResponseTime96
- RemoteException
int getOperationFaultCount(String serviceName101, String operationName102) throws RemoteException
getOperationFaultCount100
- RemoteException
void startgetOperationFaultCount(String serviceName101, String operationName102, StatisticsAdminCallbackHandler callback) throws RemoteException
getOperationFaultCount100
- RemoteException
int getServiceRequestCount(String serviceName106) throws RemoteException
getServiceRequestCount105
- RemoteException
void startgetServiceRequestCount(String serviceName106, StatisticsAdminCallbackHandler callback) throws RemoteException
getServiceRequestCount105
- RemoteException
double getAvgSystemResponseTime() throws RemoteException
getAvgSystemResponseTime109
- RemoteException
void startgetAvgSystemResponseTime(StatisticsAdminCallbackHandler callback) throws RemoteException
getAvgSystemResponseTime109
- RemoteException
StatisticData getWebappRelatedData(String webAppName113) throws RemoteException
getWebappRelatedData112
- RemoteException
void startgetWebappRelatedData(String webAppName113, StatisticsAdminCallbackHandler callback) throws RemoteException
getWebappRelatedData112
- RemoteException
ServiceStatistics getServiceStatistics(String serviceName117) throws RemoteException
getServiceStatistics116
- RemoteException
void startgetServiceStatistics(String serviceName117, StatisticsAdminCallbackHandler callback) throws RemoteException
getServiceStatistics116
- RemoteException
long getMinServiceResponseTime(String serviceName121) throws RemoteException
getMinServiceResponseTime120
- RemoteException
void startgetMinServiceResponseTime(String serviceName121, StatisticsAdminCallbackHandler callback) throws RemoteException
getMinServiceResponseTime120
- RemoteException
int getSystemFaultCount() throws RemoteException
getSystemFaultCount124
- RemoteException
void startgetSystemFaultCount(StatisticsAdminCallbackHandler callback) throws RemoteException
getSystemFaultCount124
- RemoteException
int getSystemRequestCount() throws RemoteException
getSystemRequestCount127
- RemoteException
void startgetSystemRequestCount(StatisticsAdminCallbackHandler callback) throws RemoteException
getSystemRequestCount127
- RemoteException
Copyright © 2023 WSO2. All rights reserved.