Package org.wso2.carbon.statistics.stub
Class StatisticsAdminCallbackHandler
- java.lang.Object
-
- org.wso2.carbon.statistics.stub.StatisticsAdminCallbackHandler
-
public abstract class StatisticsAdminCallbackHandler extends Object
StatisticsAdminCallbackHandler Callback class, Users can extend this class and implement their own receiveResult and receiveError methods.
-
-
Field Summary
Fields Modifier and Type Field Description protected Object
clientData
-
Constructor Summary
Constructors Constructor Description StatisticsAdminCallbackHandler()
Please use this constructor if you don't want to set any clientDataStatisticsAdminCallbackHandler(Object clientData)
User can pass in any object that needs to be accessed once the NonBlocking Web service call is finished and appropriate method of this CallBack is called.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getClientData()
Get the client datavoid
receiveErrorgetAvgOperationResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAvgOperationResponseTime operationvoid
receiveErrorgetAvgServiceResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAvgServiceResponseTime operationvoid
receiveErrorgetAvgSystemResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAvgSystemResponseTime operationvoid
receiveErrorgetMaxOperationResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getMaxOperationResponseTime operationvoid
receiveErrorgetMaxServiceResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getMaxServiceResponseTime operationvoid
receiveErrorgetMaxSystemResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getMaxSystemResponseTime operationvoid
receiveErrorgetMinOperationResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getMinOperationResponseTime operationvoid
receiveErrorgetMinServiceResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getMinServiceResponseTime operationvoid
receiveErrorgetMinSystemResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getMinSystemResponseTime operationvoid
receiveErrorgetOperationFaultCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getOperationFaultCount operationvoid
receiveErrorgetOperationRequestCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getOperationRequestCount operationvoid
receiveErrorgetOperationResponseCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getOperationResponseCount operationvoid
receiveErrorgetOperationStatistics(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getOperationStatistics operationvoid
receiveErrorgetServiceFaultCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getServiceFaultCount operationvoid
receiveErrorgetServiceRequestCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getServiceRequestCount operationvoid
receiveErrorgetServiceResponseCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getServiceResponseCount operationvoid
receiveErrorgetServiceStatistics(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getServiceStatistics operationvoid
receiveErrorgetSystemFaultCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getSystemFaultCount operationvoid
receiveErrorgetSystemRequestCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getSystemRequestCount operationvoid
receiveErrorgetSystemResponseCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getSystemResponseCount operationvoid
receiveErrorgetSystemStatistics(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getSystemStatistics operationvoid
receiveErrorgetWebappRelatedData(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getWebappRelatedData operationvoid
receiveResultgetAvgOperationResponseTime(double result)
auto generated Axis2 call back method for getAvgOperationResponseTime method override this method for handling normal response from getAvgOperationResponseTime operationvoid
receiveResultgetAvgServiceResponseTime(double result)
auto generated Axis2 call back method for getAvgServiceResponseTime method override this method for handling normal response from getAvgServiceResponseTime operationvoid
receiveResultgetAvgSystemResponseTime(double result)
auto generated Axis2 call back method for getAvgSystemResponseTime method override this method for handling normal response from getAvgSystemResponseTime operationvoid
receiveResultgetMaxOperationResponseTime(long result)
auto generated Axis2 call back method for getMaxOperationResponseTime method override this method for handling normal response from getMaxOperationResponseTime operationvoid
receiveResultgetMaxServiceResponseTime(long result)
auto generated Axis2 call back method for getMaxServiceResponseTime method override this method for handling normal response from getMaxServiceResponseTime operationvoid
receiveResultgetMaxSystemResponseTime(long result)
auto generated Axis2 call back method for getMaxSystemResponseTime method override this method for handling normal response from getMaxSystemResponseTime operationvoid
receiveResultgetMinOperationResponseTime(long result)
auto generated Axis2 call back method for getMinOperationResponseTime method override this method for handling normal response from getMinOperationResponseTime operationvoid
receiveResultgetMinServiceResponseTime(long result)
auto generated Axis2 call back method for getMinServiceResponseTime method override this method for handling normal response from getMinServiceResponseTime operationvoid
receiveResultgetMinSystemResponseTime(long result)
auto generated Axis2 call back method for getMinSystemResponseTime method override this method for handling normal response from getMinSystemResponseTime operationvoid
receiveResultgetOperationFaultCount(int result)
auto generated Axis2 call back method for getOperationFaultCount method override this method for handling normal response from getOperationFaultCount operationvoid
receiveResultgetOperationRequestCount(int result)
auto generated Axis2 call back method for getOperationRequestCount method override this method for handling normal response from getOperationRequestCount operationvoid
receiveResultgetOperationResponseCount(int result)
auto generated Axis2 call back method for getOperationResponseCount method override this method for handling normal response from getOperationResponseCount operationvoid
receiveResultgetOperationStatistics(OperationStatistics result)
auto generated Axis2 call back method for getOperationStatistics method override this method for handling normal response from getOperationStatistics operationvoid
receiveResultgetServiceFaultCount(int result)
auto generated Axis2 call back method for getServiceFaultCount method override this method for handling normal response from getServiceFaultCount operationvoid
receiveResultgetServiceRequestCount(int result)
auto generated Axis2 call back method for getServiceRequestCount method override this method for handling normal response from getServiceRequestCount operationvoid
receiveResultgetServiceResponseCount(int result)
auto generated Axis2 call back method for getServiceResponseCount method override this method for handling normal response from getServiceResponseCount operationvoid
receiveResultgetServiceStatistics(ServiceStatistics result)
auto generated Axis2 call back method for getServiceStatistics method override this method for handling normal response from getServiceStatistics operationvoid
receiveResultgetSystemFaultCount(int result)
auto generated Axis2 call back method for getSystemFaultCount method override this method for handling normal response from getSystemFaultCount operationvoid
receiveResultgetSystemRequestCount(int result)
auto generated Axis2 call back method for getSystemRequestCount method override this method for handling normal response from getSystemRequestCount operationvoid
receiveResultgetSystemResponseCount(int result)
auto generated Axis2 call back method for getSystemResponseCount method override this method for handling normal response from getSystemResponseCount operationvoid
receiveResultgetSystemStatistics(SystemStatistics result)
auto generated Axis2 call back method for getSystemStatistics method override this method for handling normal response from getSystemStatistics operationvoid
receiveResultgetWebappRelatedData(StatisticData result)
auto generated Axis2 call back method for getWebappRelatedData method override this method for handling normal response from getWebappRelatedData operation
-
-
-
Field Detail
-
clientData
protected Object clientData
-
-
Constructor Detail
-
StatisticsAdminCallbackHandler
public StatisticsAdminCallbackHandler(Object clientData)
User can pass in any object that needs to be accessed once the NonBlocking Web service call is finished and appropriate method of this CallBack is called.- Parameters:
clientData
- Object mechanism by which the user can pass in user data that will be avilable at the time this callback is called.
-
StatisticsAdminCallbackHandler
public StatisticsAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
-
-
Method Detail
-
getClientData
public Object getClientData()
Get the client data
-
receiveResultgetServiceFaultCount
public void receiveResultgetServiceFaultCount(int result)
auto generated Axis2 call back method for getServiceFaultCount method override this method for handling normal response from getServiceFaultCount operation
-
receiveErrorgetServiceFaultCount
public void receiveErrorgetServiceFaultCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getServiceFaultCount operation
-
receiveResultgetOperationRequestCount
public void receiveResultgetOperationRequestCount(int result)
auto generated Axis2 call back method for getOperationRequestCount method override this method for handling normal response from getOperationRequestCount operation
-
receiveErrorgetOperationRequestCount
public void receiveErrorgetOperationRequestCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getOperationRequestCount operation
-
receiveResultgetServiceResponseCount
public void receiveResultgetServiceResponseCount(int result)
auto generated Axis2 call back method for getServiceResponseCount method override this method for handling normal response from getServiceResponseCount operation
-
receiveErrorgetServiceResponseCount
public void receiveErrorgetServiceResponseCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getServiceResponseCount operation
-
receiveResultgetOperationStatistics
public void receiveResultgetOperationStatistics(OperationStatistics result)
auto generated Axis2 call back method for getOperationStatistics method override this method for handling normal response from getOperationStatistics operation
-
receiveErrorgetOperationStatistics
public void receiveErrorgetOperationStatistics(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getOperationStatistics operation
-
receiveResultgetAvgOperationResponseTime
public void receiveResultgetAvgOperationResponseTime(double result)
auto generated Axis2 call back method for getAvgOperationResponseTime method override this method for handling normal response from getAvgOperationResponseTime operation
-
receiveErrorgetAvgOperationResponseTime
public void receiveErrorgetAvgOperationResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAvgOperationResponseTime operation
-
receiveResultgetMaxOperationResponseTime
public void receiveResultgetMaxOperationResponseTime(long result)
auto generated Axis2 call back method for getMaxOperationResponseTime method override this method for handling normal response from getMaxOperationResponseTime operation
-
receiveErrorgetMaxOperationResponseTime
public void receiveErrorgetMaxOperationResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getMaxOperationResponseTime operation
-
receiveResultgetAvgServiceResponseTime
public void receiveResultgetAvgServiceResponseTime(double result)
auto generated Axis2 call back method for getAvgServiceResponseTime method override this method for handling normal response from getAvgServiceResponseTime operation
-
receiveErrorgetAvgServiceResponseTime
public void receiveErrorgetAvgServiceResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAvgServiceResponseTime operation
-
receiveResultgetMaxSystemResponseTime
public void receiveResultgetMaxSystemResponseTime(long result)
auto generated Axis2 call back method for getMaxSystemResponseTime method override this method for handling normal response from getMaxSystemResponseTime operation
-
receiveErrorgetMaxSystemResponseTime
public void receiveErrorgetMaxSystemResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getMaxSystemResponseTime operation
-
receiveResultgetOperationResponseCount
public void receiveResultgetOperationResponseCount(int result)
auto generated Axis2 call back method for getOperationResponseCount method override this method for handling normal response from getOperationResponseCount operation
-
receiveErrorgetOperationResponseCount
public void receiveErrorgetOperationResponseCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getOperationResponseCount operation
-
receiveResultgetMinOperationResponseTime
public void receiveResultgetMinOperationResponseTime(long result)
auto generated Axis2 call back method for getMinOperationResponseTime method override this method for handling normal response from getMinOperationResponseTime operation
-
receiveErrorgetMinOperationResponseTime
public void receiveErrorgetMinOperationResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getMinOperationResponseTime operation
-
receiveResultgetSystemStatistics
public void receiveResultgetSystemStatistics(SystemStatistics result)
auto generated Axis2 call back method for getSystemStatistics method override this method for handling normal response from getSystemStatistics operation
-
receiveErrorgetSystemStatistics
public void receiveErrorgetSystemStatistics(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getSystemStatistics operation
-
receiveResultgetSystemResponseCount
public void receiveResultgetSystemResponseCount(int result)
auto generated Axis2 call back method for getSystemResponseCount method override this method for handling normal response from getSystemResponseCount operation
-
receiveErrorgetSystemResponseCount
public void receiveErrorgetSystemResponseCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getSystemResponseCount operation
-
receiveResultgetMinSystemResponseTime
public void receiveResultgetMinSystemResponseTime(long result)
auto generated Axis2 call back method for getMinSystemResponseTime method override this method for handling normal response from getMinSystemResponseTime operation
-
receiveErrorgetMinSystemResponseTime
public void receiveErrorgetMinSystemResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getMinSystemResponseTime operation
-
receiveResultgetMaxServiceResponseTime
public void receiveResultgetMaxServiceResponseTime(long result)
auto generated Axis2 call back method for getMaxServiceResponseTime method override this method for handling normal response from getMaxServiceResponseTime operation
-
receiveErrorgetMaxServiceResponseTime
public void receiveErrorgetMaxServiceResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getMaxServiceResponseTime operation
-
receiveResultgetOperationFaultCount
public void receiveResultgetOperationFaultCount(int result)
auto generated Axis2 call back method for getOperationFaultCount method override this method for handling normal response from getOperationFaultCount operation
-
receiveErrorgetOperationFaultCount
public void receiveErrorgetOperationFaultCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getOperationFaultCount operation
-
receiveResultgetServiceRequestCount
public void receiveResultgetServiceRequestCount(int result)
auto generated Axis2 call back method for getServiceRequestCount method override this method for handling normal response from getServiceRequestCount operation
-
receiveErrorgetServiceRequestCount
public void receiveErrorgetServiceRequestCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getServiceRequestCount operation
-
receiveResultgetAvgSystemResponseTime
public void receiveResultgetAvgSystemResponseTime(double result)
auto generated Axis2 call back method for getAvgSystemResponseTime method override this method for handling normal response from getAvgSystemResponseTime operation
-
receiveErrorgetAvgSystemResponseTime
public void receiveErrorgetAvgSystemResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAvgSystemResponseTime operation
-
receiveResultgetWebappRelatedData
public void receiveResultgetWebappRelatedData(StatisticData result)
auto generated Axis2 call back method for getWebappRelatedData method override this method for handling normal response from getWebappRelatedData operation
-
receiveErrorgetWebappRelatedData
public void receiveErrorgetWebappRelatedData(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getWebappRelatedData operation
-
receiveResultgetServiceStatistics
public void receiveResultgetServiceStatistics(ServiceStatistics result)
auto generated Axis2 call back method for getServiceStatistics method override this method for handling normal response from getServiceStatistics operation
-
receiveErrorgetServiceStatistics
public void receiveErrorgetServiceStatistics(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getServiceStatistics operation
-
receiveResultgetMinServiceResponseTime
public void receiveResultgetMinServiceResponseTime(long result)
auto generated Axis2 call back method for getMinServiceResponseTime method override this method for handling normal response from getMinServiceResponseTime operation
-
receiveErrorgetMinServiceResponseTime
public void receiveErrorgetMinServiceResponseTime(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getMinServiceResponseTime operation
-
receiveResultgetSystemFaultCount
public void receiveResultgetSystemFaultCount(int result)
auto generated Axis2 call back method for getSystemFaultCount method override this method for handling normal response from getSystemFaultCount operation
-
receiveErrorgetSystemFaultCount
public void receiveErrorgetSystemFaultCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getSystemFaultCount operation
-
receiveResultgetSystemRequestCount
public void receiveResultgetSystemRequestCount(int result)
auto generated Axis2 call back method for getSystemRequestCount method override this method for handling normal response from getSystemRequestCount operation
-
receiveErrorgetSystemRequestCount
public void receiveErrorgetSystemRequestCount(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getSystemRequestCount operation
-
-