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 double
getAvgOperationResponseTime(String serviceName59, String operationName60)
Auto generated method signaturedouble
getAvgServiceResponseTime(String serviceName69)
Auto generated method signaturedouble
getAvgSystemResponseTime()
Auto generated method signaturelong
getMaxOperationResponseTime(String serviceName64, String operationName65)
Auto generated method signaturelong
getMaxServiceResponseTime(String serviceName97)
Auto generated method signaturelong
getMaxSystemResponseTime()
Auto generated method signaturelong
getMinOperationResponseTime(String serviceName83, String operationName84)
Auto generated method signaturelong
getMinServiceResponseTime(String serviceName121)
Auto generated method signaturelong
getMinSystemResponseTime()
Auto generated method signatureint
getOperationFaultCount(String serviceName101, String operationName102)
Auto generated method signatureint
getOperationRequestCount(String serviceName45, String operationName46)
Auto generated method signatureint
getOperationResponseCount(String serviceName76, String operationName77)
Auto generated method signatureOperationStatistics
getOperationStatistics(String serviceName54, String operationName55)
Auto generated method signatureint
getServiceFaultCount(String serviceName41)
Auto generated method signatureint
getServiceRequestCount(String serviceName106)
Auto generated method signatureint
getServiceResponseCount(String serviceName50)
Auto generated method signatureServiceStatistics
getServiceStatistics(String serviceName117)
Auto generated method signatureint
getSystemFaultCount()
Auto generated method signatureint
getSystemRequestCount()
Auto generated method signatureint
getSystemResponseCount()
Auto generated method signatureSystemStatistics
getSystemStatistics()
Auto generated method signatureStatisticData
getWebappRelatedData(String webAppName113)
Auto generated method signaturevoid
setConfigurationContext(ConfigurationContext configurationContext81)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAvgOperationResponseTime(String serviceName59, String operationName60, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAvgServiceResponseTime(String serviceName69, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAvgSystemResponseTime(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMaxOperationResponseTime(String serviceName64, String operationName65, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMaxServiceResponseTime(String serviceName97, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMaxSystemResponseTime(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMinOperationResponseTime(String serviceName83, String operationName84, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMinServiceResponseTime(String serviceName121, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMinSystemResponseTime(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetOperationFaultCount(String serviceName101, String operationName102, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetOperationRequestCount(String serviceName45, String operationName46, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetOperationResponseCount(String serviceName76, String operationName77, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetOperationStatistics(String serviceName54, String operationName55, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetServiceFaultCount(String serviceName41, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetServiceRequestCount(String serviceName106, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetServiceResponseCount(String serviceName50, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetServiceStatistics(String serviceName117, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSystemFaultCount(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSystemRequestCount(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSystemResponseCount(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSystemStatistics(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetWebappRelatedData(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 RemoteException
Auto 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 RemoteException
Auto 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 RemoteException
Auto 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 RemoteException
Auto 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 RemoteException
Auto 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 RemoteException
Auto 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
-
-