Package org.wso2.carbon.statistics.stub
Interface StatisticsAdmin
-
- All Known Implementing Classes:
StatisticsAdminStub
public interface StatisticsAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetAvgOperationResponseTime(String serviceName59, String operationName60)Auto generated method signaturedoublegetAvgServiceResponseTime(String serviceName69)Auto generated method signaturedoublegetAvgSystemResponseTime()Auto generated method signaturelonggetMaxOperationResponseTime(String serviceName64, String operationName65)Auto generated method signaturelonggetMaxServiceResponseTime(String serviceName97)Auto generated method signaturelonggetMaxSystemResponseTime()Auto generated method signaturelonggetMinOperationResponseTime(String serviceName83, String operationName84)Auto generated method signaturelonggetMinServiceResponseTime(String serviceName121)Auto generated method signaturelonggetMinSystemResponseTime()Auto generated method signatureintgetOperationFaultCount(String serviceName101, String operationName102)Auto generated method signatureintgetOperationRequestCount(String serviceName45, String operationName46)Auto generated method signatureintgetOperationResponseCount(String serviceName76, String operationName77)Auto generated method signatureOperationStatisticsgetOperationStatistics(String serviceName54, String operationName55)Auto generated method signatureintgetServiceFaultCount(String serviceName41)Auto generated method signatureintgetServiceRequestCount(String serviceName106)Auto generated method signatureintgetServiceResponseCount(String serviceName50)Auto generated method signatureServiceStatisticsgetServiceStatistics(String serviceName117)Auto generated method signatureintgetSystemFaultCount()Auto generated method signatureintgetSystemRequestCount()Auto generated method signatureintgetSystemResponseCount()Auto generated method signatureSystemStatisticsgetSystemStatistics()Auto generated method signatureStatisticDatagetWebappRelatedData(String webAppName113)Auto generated method signaturevoidsetConfigurationContext(ConfigurationContext configurationContext81)Auto generated method signature for Asynchronous InvocationsvoidstartgetAvgOperationResponseTime(String serviceName59, String operationName60, StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetAvgServiceResponseTime(String serviceName69, StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetAvgSystemResponseTime(StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetMaxOperationResponseTime(String serviceName64, String operationName65, StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetMaxServiceResponseTime(String serviceName97, StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetMaxSystemResponseTime(StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetMinOperationResponseTime(String serviceName83, String operationName84, StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetMinServiceResponseTime(String serviceName121, StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetMinSystemResponseTime(StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetOperationFaultCount(String serviceName101, String operationName102, StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetOperationRequestCount(String serviceName45, String operationName46, StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetOperationResponseCount(String serviceName76, String operationName77, StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetOperationStatistics(String serviceName54, String operationName55, StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetServiceFaultCount(String serviceName41, StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetServiceRequestCount(String serviceName106, StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetServiceResponseCount(String serviceName50, StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetServiceStatistics(String serviceName117, StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetSystemFaultCount(StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetSystemRequestCount(StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetSystemResponseCount(StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetSystemStatistics(StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetWebappRelatedData(String webAppName113, StatisticsAdminCallbackHandler callback)Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
getServiceFaultCount
int getServiceFaultCount(String serviceName41) throws RemoteException
Auto generated method signature- Parameters:
getServiceFaultCount40-- Throws:
RemoteException
-
startgetServiceFaultCount
void startgetServiceFaultCount(String serviceName41, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getServiceFaultCount40-- Throws:
RemoteException
-
getOperationRequestCount
int getOperationRequestCount(String serviceName45, String operationName46) throws RemoteException
Auto generated method signature- Parameters:
getOperationRequestCount44-- Throws:
RemoteException
-
startgetOperationRequestCount
void startgetOperationRequestCount(String serviceName45, String operationName46, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getOperationRequestCount44-- Throws:
RemoteException
-
getServiceResponseCount
int getServiceResponseCount(String serviceName50) throws RemoteException
Auto generated method signature- Parameters:
getServiceResponseCount49-- Throws:
RemoteException
-
startgetServiceResponseCount
void startgetServiceResponseCount(String serviceName50, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getServiceResponseCount49-- Throws:
RemoteException
-
getOperationStatistics
OperationStatistics getOperationStatistics(String serviceName54, String operationName55) throws RemoteException
Auto generated method signature- Parameters:
getOperationStatistics53-- Throws:
RemoteException
-
startgetOperationStatistics
void startgetOperationStatistics(String serviceName54, String operationName55, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getOperationStatistics53-- Throws:
RemoteException
-
getAvgOperationResponseTime
double getAvgOperationResponseTime(String serviceName59, String operationName60) throws RemoteException
Auto generated method signature- Parameters:
getAvgOperationResponseTime58-- Throws:
RemoteException
-
startgetAvgOperationResponseTime
void startgetAvgOperationResponseTime(String serviceName59, String operationName60, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAvgOperationResponseTime58-- Throws:
RemoteException
-
getMaxOperationResponseTime
long getMaxOperationResponseTime(String serviceName64, String operationName65) throws RemoteException
Auto generated method signature- Parameters:
getMaxOperationResponseTime63-- Throws:
RemoteException
-
startgetMaxOperationResponseTime
void startgetMaxOperationResponseTime(String serviceName64, String operationName65, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getMaxOperationResponseTime63-- Throws:
RemoteException
-
getAvgServiceResponseTime
double getAvgServiceResponseTime(String serviceName69) throws RemoteException
Auto generated method signature- Parameters:
getAvgServiceResponseTime68-- Throws:
RemoteException
-
startgetAvgServiceResponseTime
void startgetAvgServiceResponseTime(String serviceName69, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAvgServiceResponseTime68-- Throws:
RemoteException
-
getMaxSystemResponseTime
long getMaxSystemResponseTime() throws RemoteExceptionAuto generated method signature- Parameters:
getMaxSystemResponseTime72-- Throws:
RemoteException
-
startgetMaxSystemResponseTime
void startgetMaxSystemResponseTime(StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getMaxSystemResponseTime72-- Throws:
RemoteException
-
getOperationResponseCount
int getOperationResponseCount(String serviceName76, String operationName77) throws RemoteException
Auto generated method signature- Parameters:
getOperationResponseCount75-- Throws:
RemoteException
-
startgetOperationResponseCount
void startgetOperationResponseCount(String serviceName76, String operationName77, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getOperationResponseCount75-- Throws:
RemoteException
-
setConfigurationContext
void setConfigurationContext(ConfigurationContext configurationContext81) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
getMinOperationResponseTime
long getMinOperationResponseTime(String serviceName83, String operationName84) throws RemoteException
Auto generated method signature- Parameters:
getMinOperationResponseTime82-- Throws:
RemoteException
-
startgetMinOperationResponseTime
void startgetMinOperationResponseTime(String serviceName83, String operationName84, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getMinOperationResponseTime82-- Throws:
RemoteException
-
getSystemStatistics
SystemStatistics getSystemStatistics() throws RemoteException
Auto generated method signature- Parameters:
getSystemStatistics87-- Throws:
RemoteException
-
startgetSystemStatistics
void startgetSystemStatistics(StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getSystemStatistics87-- Throws:
RemoteException
-
getSystemResponseCount
int getSystemResponseCount() throws RemoteExceptionAuto generated method signature- Parameters:
getSystemResponseCount90-- Throws:
RemoteException
-
startgetSystemResponseCount
void startgetSystemResponseCount(StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getSystemResponseCount90-- Throws:
RemoteException
-
getMinSystemResponseTime
long getMinSystemResponseTime() throws RemoteExceptionAuto generated method signature- Parameters:
getMinSystemResponseTime93-- Throws:
RemoteException
-
startgetMinSystemResponseTime
void startgetMinSystemResponseTime(StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getMinSystemResponseTime93-- Throws:
RemoteException
-
getMaxServiceResponseTime
long getMaxServiceResponseTime(String serviceName97) throws RemoteException
Auto generated method signature- Parameters:
getMaxServiceResponseTime96-- Throws:
RemoteException
-
startgetMaxServiceResponseTime
void startgetMaxServiceResponseTime(String serviceName97, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getMaxServiceResponseTime96-- Throws:
RemoteException
-
getOperationFaultCount
int getOperationFaultCount(String serviceName101, String operationName102) throws RemoteException
Auto generated method signature- Parameters:
getOperationFaultCount100-- Throws:
RemoteException
-
startgetOperationFaultCount
void startgetOperationFaultCount(String serviceName101, String operationName102, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getOperationFaultCount100-- Throws:
RemoteException
-
getServiceRequestCount
int getServiceRequestCount(String serviceName106) throws RemoteException
Auto generated method signature- Parameters:
getServiceRequestCount105-- Throws:
RemoteException
-
startgetServiceRequestCount
void startgetServiceRequestCount(String serviceName106, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getServiceRequestCount105-- Throws:
RemoteException
-
getAvgSystemResponseTime
double getAvgSystemResponseTime() throws RemoteExceptionAuto generated method signature- Parameters:
getAvgSystemResponseTime109-- Throws:
RemoteException
-
startgetAvgSystemResponseTime
void startgetAvgSystemResponseTime(StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAvgSystemResponseTime109-- Throws:
RemoteException
-
getWebappRelatedData
StatisticData getWebappRelatedData(String webAppName113) throws RemoteException
Auto generated method signature- Parameters:
getWebappRelatedData112-- Throws:
RemoteException
-
startgetWebappRelatedData
void startgetWebappRelatedData(String webAppName113, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getWebappRelatedData112-- Throws:
RemoteException
-
getServiceStatistics
ServiceStatistics getServiceStatistics(String serviceName117) throws RemoteException
Auto generated method signature- Parameters:
getServiceStatistics116-- Throws:
RemoteException
-
startgetServiceStatistics
void startgetServiceStatistics(String serviceName117, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getServiceStatistics116-- Throws:
RemoteException
-
getMinServiceResponseTime
long getMinServiceResponseTime(String serviceName121) throws RemoteException
Auto generated method signature- Parameters:
getMinServiceResponseTime120-- Throws:
RemoteException
-
startgetMinServiceResponseTime
void startgetMinServiceResponseTime(String serviceName121, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getMinServiceResponseTime120-- Throws:
RemoteException
-
getSystemFaultCount
int getSystemFaultCount() throws RemoteExceptionAuto generated method signature- Parameters:
getSystemFaultCount124-- Throws:
RemoteException
-
startgetSystemFaultCount
void startgetSystemFaultCount(StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getSystemFaultCount124-- Throws:
RemoteException
-
getSystemRequestCount
int getSystemRequestCount() throws RemoteExceptionAuto generated method signature- Parameters:
getSystemRequestCount127-- Throws:
RemoteException
-
startgetSystemRequestCount
void startgetSystemRequestCount(StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getSystemRequestCount127-- Throws:
RemoteException
-
-