Package org.wso2.carbon.statistics.stub
Class StatisticsAdminStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.statistics.stub.StatisticsAdminStub
-
- All Implemented Interfaces:
StatisticsAdmin
public class StatisticsAdminStub extends org.apache.axis2.client.Stub implements StatisticsAdmin
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]
_operations
-
Constructor Summary
Constructors Constructor Description StatisticsAdminStub()
Default ConstructorStatisticsAdminStub(String targetEndpoint)
Constructor taking the target endpointStatisticsAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default ConstructorStatisticsAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
Constructor that takes in a configContextStatisticsAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getAvgOperationResponseTime(String serviceName149, String operationName150)
Auto generated method signaturedouble
getAvgServiceResponseTime(String serviceName159)
Auto generated method signaturedouble
getAvgSystemResponseTime()
Auto generated method signaturelong
getMaxOperationResponseTime(String serviceName154, String operationName155)
Auto generated method signaturelong
getMaxServiceResponseTime(String serviceName187)
Auto generated method signaturelong
getMaxSystemResponseTime()
Auto generated method signaturelong
getMinOperationResponseTime(String serviceName173, String operationName174)
Auto generated method signaturelong
getMinServiceResponseTime(String serviceName211)
Auto generated method signaturelong
getMinSystemResponseTime()
Auto generated method signatureint
getOperationFaultCount(String serviceName191, String operationName192)
Auto generated method signatureint
getOperationRequestCount(String serviceName135, String operationName136)
Auto generated method signatureint
getOperationResponseCount(String serviceName166, String operationName167)
Auto generated method signatureOperationStatistics
getOperationStatistics(String serviceName144, String operationName145)
Auto generated method signatureint
getServiceFaultCount(String serviceName131)
Auto generated method signatureint
getServiceRequestCount(String serviceName196)
Auto generated method signatureint
getServiceResponseCount(String serviceName140)
Auto generated method signatureServiceStatistics
getServiceStatistics(String serviceName207)
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 webAppName203)
Auto generated method signaturevoid
setConfigurationContext(ConfigurationContext configurationContext171)
Auto generated method signaturevoid
startgetAvgOperationResponseTime(String serviceName149, String operationName150, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAvgServiceResponseTime(String serviceName159, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAvgSystemResponseTime(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMaxOperationResponseTime(String serviceName154, String operationName155, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMaxServiceResponseTime(String serviceName187, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMaxSystemResponseTime(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMinOperationResponseTime(String serviceName173, String operationName174, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMinServiceResponseTime(String serviceName211, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMinSystemResponseTime(StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetOperationFaultCount(String serviceName191, String operationName192, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetOperationRequestCount(String serviceName135, String operationName136, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetOperationResponseCount(String serviceName166, String operationName167, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetOperationStatistics(String serviceName144, String operationName145, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetServiceFaultCount(String serviceName131, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetServiceRequestCount(String serviceName196, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetServiceResponseCount(String serviceName140, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetServiceStatistics(String serviceName207, 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 webAppName203, StatisticsAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations-
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
-
-
-
Constructor Detail
-
StatisticsAdminStub
public StatisticsAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
StatisticsAdminStub
public StatisticsAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext and useseperate listner- Throws:
org.apache.axis2.AxisFault
-
StatisticsAdminStub
public StatisticsAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
StatisticsAdminStub
public StatisticsAdminStub() throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
StatisticsAdminStub
public StatisticsAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
getServiceFaultCount
public int getServiceFaultCount(String serviceName131) throws RemoteException
Auto generated method signature- Specified by:
getServiceFaultCount
in interfaceStatisticsAdmin
- Parameters:
getServiceFaultCount130
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getServiceFaultCount(java.lang.String)
-
startgetServiceFaultCount
public void startgetServiceFaultCount(String serviceName131, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetServiceFaultCount
in interfaceStatisticsAdmin
- Parameters:
getServiceFaultCount130
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetServiceFaultCount(java.lang.String, org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getOperationRequestCount
public int getOperationRequestCount(String serviceName135, String operationName136) throws RemoteException
Auto generated method signature- Specified by:
getOperationRequestCount
in interfaceStatisticsAdmin
- Parameters:
getOperationRequestCount134
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getOperationRequestCount(java.lang.String, java.lang.String)
-
startgetOperationRequestCount
public void startgetOperationRequestCount(String serviceName135, String operationName136, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetOperationRequestCount
in interfaceStatisticsAdmin
- Parameters:
getOperationRequestCount134
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetOperationRequestCount(java.lang.String, java.lang.String, org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getServiceResponseCount
public int getServiceResponseCount(String serviceName140) throws RemoteException
Auto generated method signature- Specified by:
getServiceResponseCount
in interfaceStatisticsAdmin
- Parameters:
getServiceResponseCount139
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getServiceResponseCount(java.lang.String)
-
startgetServiceResponseCount
public void startgetServiceResponseCount(String serviceName140, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetServiceResponseCount
in interfaceStatisticsAdmin
- Parameters:
getServiceResponseCount139
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetServiceResponseCount(java.lang.String, org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getOperationStatistics
public OperationStatistics getOperationStatistics(String serviceName144, String operationName145) throws RemoteException
Auto generated method signature- Specified by:
getOperationStatistics
in interfaceStatisticsAdmin
- Parameters:
getOperationStatistics143
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getOperationStatistics(java.lang.String, java.lang.String)
-
startgetOperationStatistics
public void startgetOperationStatistics(String serviceName144, String operationName145, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetOperationStatistics
in interfaceStatisticsAdmin
- Parameters:
getOperationStatistics143
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetOperationStatistics(java.lang.String, java.lang.String, org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getAvgOperationResponseTime
public double getAvgOperationResponseTime(String serviceName149, String operationName150) throws RemoteException
Auto generated method signature- Specified by:
getAvgOperationResponseTime
in interfaceStatisticsAdmin
- Parameters:
getAvgOperationResponseTime148
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getAvgOperationResponseTime(java.lang.String, java.lang.String)
-
startgetAvgOperationResponseTime
public void startgetAvgOperationResponseTime(String serviceName149, String operationName150, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAvgOperationResponseTime
in interfaceStatisticsAdmin
- Parameters:
getAvgOperationResponseTime148
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetAvgOperationResponseTime(java.lang.String, java.lang.String, org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getMaxOperationResponseTime
public long getMaxOperationResponseTime(String serviceName154, String operationName155) throws RemoteException
Auto generated method signature- Specified by:
getMaxOperationResponseTime
in interfaceStatisticsAdmin
- Parameters:
getMaxOperationResponseTime153
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getMaxOperationResponseTime(java.lang.String, java.lang.String)
-
startgetMaxOperationResponseTime
public void startgetMaxOperationResponseTime(String serviceName154, String operationName155, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetMaxOperationResponseTime
in interfaceStatisticsAdmin
- Parameters:
getMaxOperationResponseTime153
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetMaxOperationResponseTime(java.lang.String, java.lang.String, org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getAvgServiceResponseTime
public double getAvgServiceResponseTime(String serviceName159) throws RemoteException
Auto generated method signature- Specified by:
getAvgServiceResponseTime
in interfaceStatisticsAdmin
- Parameters:
getAvgServiceResponseTime158
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getAvgServiceResponseTime(java.lang.String)
-
startgetAvgServiceResponseTime
public void startgetAvgServiceResponseTime(String serviceName159, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAvgServiceResponseTime
in interfaceStatisticsAdmin
- Parameters:
getAvgServiceResponseTime158
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetAvgServiceResponseTime(java.lang.String, org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getMaxSystemResponseTime
public long getMaxSystemResponseTime() throws RemoteException
Auto generated method signature- Specified by:
getMaxSystemResponseTime
in interfaceStatisticsAdmin
- Parameters:
getMaxSystemResponseTime162
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getMaxSystemResponseTime()
-
startgetMaxSystemResponseTime
public void startgetMaxSystemResponseTime(StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetMaxSystemResponseTime
in interfaceStatisticsAdmin
- Parameters:
getMaxSystemResponseTime162
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetMaxSystemResponseTime(org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getOperationResponseCount
public int getOperationResponseCount(String serviceName166, String operationName167) throws RemoteException
Auto generated method signature- Specified by:
getOperationResponseCount
in interfaceStatisticsAdmin
- Parameters:
getOperationResponseCount165
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getOperationResponseCount(java.lang.String, java.lang.String)
-
startgetOperationResponseCount
public void startgetOperationResponseCount(String serviceName166, String operationName167, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetOperationResponseCount
in interfaceStatisticsAdmin
- Parameters:
getOperationResponseCount165
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetOperationResponseCount(java.lang.String, java.lang.String, org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
setConfigurationContext
public void setConfigurationContext(ConfigurationContext configurationContext171) throws RemoteException
Auto generated method signature- Specified by:
setConfigurationContext
in interfaceStatisticsAdmin
- Throws:
RemoteException
-
getMinOperationResponseTime
public long getMinOperationResponseTime(String serviceName173, String operationName174) throws RemoteException
Auto generated method signature- Specified by:
getMinOperationResponseTime
in interfaceStatisticsAdmin
- Parameters:
getMinOperationResponseTime172
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getMinOperationResponseTime(java.lang.String, java.lang.String)
-
startgetMinOperationResponseTime
public void startgetMinOperationResponseTime(String serviceName173, String operationName174, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetMinOperationResponseTime
in interfaceStatisticsAdmin
- Parameters:
getMinOperationResponseTime172
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetMinOperationResponseTime(java.lang.String, java.lang.String, org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getSystemStatistics
public SystemStatistics getSystemStatistics() throws RemoteException
Auto generated method signature- Specified by:
getSystemStatistics
in interfaceStatisticsAdmin
- Parameters:
getSystemStatistics177
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getSystemStatistics()
-
startgetSystemStatistics
public void startgetSystemStatistics(StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSystemStatistics
in interfaceStatisticsAdmin
- Parameters:
getSystemStatistics177
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetSystemStatistics(org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getSystemResponseCount
public int getSystemResponseCount() throws RemoteException
Auto generated method signature- Specified by:
getSystemResponseCount
in interfaceStatisticsAdmin
- Parameters:
getSystemResponseCount180
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getSystemResponseCount()
-
startgetSystemResponseCount
public void startgetSystemResponseCount(StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSystemResponseCount
in interfaceStatisticsAdmin
- Parameters:
getSystemResponseCount180
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetSystemResponseCount(org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getMinSystemResponseTime
public long getMinSystemResponseTime() throws RemoteException
Auto generated method signature- Specified by:
getMinSystemResponseTime
in interfaceStatisticsAdmin
- Parameters:
getMinSystemResponseTime183
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getMinSystemResponseTime()
-
startgetMinSystemResponseTime
public void startgetMinSystemResponseTime(StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetMinSystemResponseTime
in interfaceStatisticsAdmin
- Parameters:
getMinSystemResponseTime183
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetMinSystemResponseTime(org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getMaxServiceResponseTime
public long getMaxServiceResponseTime(String serviceName187) throws RemoteException
Auto generated method signature- Specified by:
getMaxServiceResponseTime
in interfaceStatisticsAdmin
- Parameters:
getMaxServiceResponseTime186
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getMaxServiceResponseTime(java.lang.String)
-
startgetMaxServiceResponseTime
public void startgetMaxServiceResponseTime(String serviceName187, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetMaxServiceResponseTime
in interfaceStatisticsAdmin
- Parameters:
getMaxServiceResponseTime186
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetMaxServiceResponseTime(java.lang.String, org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getOperationFaultCount
public int getOperationFaultCount(String serviceName191, String operationName192) throws RemoteException
Auto generated method signature- Specified by:
getOperationFaultCount
in interfaceStatisticsAdmin
- Parameters:
getOperationFaultCount190
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getOperationFaultCount(java.lang.String, java.lang.String)
-
startgetOperationFaultCount
public void startgetOperationFaultCount(String serviceName191, String operationName192, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetOperationFaultCount
in interfaceStatisticsAdmin
- Parameters:
getOperationFaultCount190
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetOperationFaultCount(java.lang.String, java.lang.String, org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getServiceRequestCount
public int getServiceRequestCount(String serviceName196) throws RemoteException
Auto generated method signature- Specified by:
getServiceRequestCount
in interfaceStatisticsAdmin
- Parameters:
getServiceRequestCount195
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getServiceRequestCount(java.lang.String)
-
startgetServiceRequestCount
public void startgetServiceRequestCount(String serviceName196, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetServiceRequestCount
in interfaceStatisticsAdmin
- Parameters:
getServiceRequestCount195
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetServiceRequestCount(java.lang.String, org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getAvgSystemResponseTime
public double getAvgSystemResponseTime() throws RemoteException
Auto generated method signature- Specified by:
getAvgSystemResponseTime
in interfaceStatisticsAdmin
- Parameters:
getAvgSystemResponseTime199
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getAvgSystemResponseTime()
-
startgetAvgSystemResponseTime
public void startgetAvgSystemResponseTime(StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAvgSystemResponseTime
in interfaceStatisticsAdmin
- Parameters:
getAvgSystemResponseTime199
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetAvgSystemResponseTime(org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getWebappRelatedData
public StatisticData getWebappRelatedData(String webAppName203) throws RemoteException
Auto generated method signature- Specified by:
getWebappRelatedData
in interfaceStatisticsAdmin
- Parameters:
getWebappRelatedData202
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getWebappRelatedData(java.lang.String)
-
startgetWebappRelatedData
public void startgetWebappRelatedData(String webAppName203, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetWebappRelatedData
in interfaceStatisticsAdmin
- Parameters:
getWebappRelatedData202
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetWebappRelatedData(java.lang.String, org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getServiceStatistics
public ServiceStatistics getServiceStatistics(String serviceName207) throws RemoteException
Auto generated method signature- Specified by:
getServiceStatistics
in interfaceStatisticsAdmin
- Parameters:
getServiceStatistics206
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getServiceStatistics(java.lang.String)
-
startgetServiceStatistics
public void startgetServiceStatistics(String serviceName207, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetServiceStatistics
in interfaceStatisticsAdmin
- Parameters:
getServiceStatistics206
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetServiceStatistics(java.lang.String, org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getMinServiceResponseTime
public long getMinServiceResponseTime(String serviceName211) throws RemoteException
Auto generated method signature- Specified by:
getMinServiceResponseTime
in interfaceStatisticsAdmin
- Parameters:
getMinServiceResponseTime210
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getMinServiceResponseTime(java.lang.String)
-
startgetMinServiceResponseTime
public void startgetMinServiceResponseTime(String serviceName211, StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetMinServiceResponseTime
in interfaceStatisticsAdmin
- Parameters:
getMinServiceResponseTime210
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetMinServiceResponseTime(java.lang.String, org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getSystemFaultCount
public int getSystemFaultCount() throws RemoteException
Auto generated method signature- Specified by:
getSystemFaultCount
in interfaceStatisticsAdmin
- Parameters:
getSystemFaultCount214
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getSystemFaultCount()
-
startgetSystemFaultCount
public void startgetSystemFaultCount(StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSystemFaultCount
in interfaceStatisticsAdmin
- Parameters:
getSystemFaultCount214
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetSystemFaultCount(org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
getSystemRequestCount
public int getSystemRequestCount() throws RemoteException
Auto generated method signature- Specified by:
getSystemRequestCount
in interfaceStatisticsAdmin
- Parameters:
getSystemRequestCount217
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.getSystemRequestCount()
-
startgetSystemRequestCount
public void startgetSystemRequestCount(StatisticsAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSystemRequestCount
in interfaceStatisticsAdmin
- Parameters:
getSystemRequestCount217
-- Throws:
RemoteException
- See Also:
StatisticsAdmin.startgetSystemRequestCount(org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler)
-
-