public abstract class StatisticsAdminCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
StatisticsAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
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.
|
Modifier and Type | Method and Description |
---|---|
Object |
getClientData()
Get the client data
|
void |
receiveErrorgetAvgOperationResponseTime(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAvgOperationResponseTime operation
|
void |
receiveErrorgetAvgServiceResponseTime(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAvgServiceResponseTime operation
|
void |
receiveErrorgetAvgSystemResponseTime(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAvgSystemResponseTime operation
|
void |
receiveErrorgetMaxOperationResponseTime(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMaxOperationResponseTime operation
|
void |
receiveErrorgetMaxServiceResponseTime(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMaxServiceResponseTime operation
|
void |
receiveErrorgetMaxSystemResponseTime(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMaxSystemResponseTime operation
|
void |
receiveErrorgetMinOperationResponseTime(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMinOperationResponseTime operation
|
void |
receiveErrorgetMinServiceResponseTime(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMinServiceResponseTime operation
|
void |
receiveErrorgetMinSystemResponseTime(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMinSystemResponseTime operation
|
void |
receiveErrorgetOperationFaultCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getOperationFaultCount operation
|
void |
receiveErrorgetOperationRequestCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getOperationRequestCount operation
|
void |
receiveErrorgetOperationResponseCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getOperationResponseCount operation
|
void |
receiveErrorgetOperationStatistics(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getOperationStatistics operation
|
void |
receiveErrorgetServiceFaultCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getServiceFaultCount operation
|
void |
receiveErrorgetServiceRequestCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getServiceRequestCount operation
|
void |
receiveErrorgetServiceResponseCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getServiceResponseCount operation
|
void |
receiveErrorgetServiceStatistics(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getServiceStatistics operation
|
void |
receiveErrorgetSystemFaultCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getSystemFaultCount operation
|
void |
receiveErrorgetSystemRequestCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getSystemRequestCount operation
|
void |
receiveErrorgetSystemResponseCount(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getSystemResponseCount operation
|
void |
receiveErrorgetSystemStatistics(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getSystemStatistics operation
|
void |
receiveErrorgetWebappRelatedData(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getWebappRelatedData operation
|
void |
receiveResultgetAvgOperationResponseTime(double result)
auto generated Axis2 call back method for getAvgOperationResponseTime method
override this method for handling normal response from getAvgOperationResponseTime operation
|
void |
receiveResultgetAvgServiceResponseTime(double result)
auto generated Axis2 call back method for getAvgServiceResponseTime method
override this method for handling normal response from getAvgServiceResponseTime operation
|
void |
receiveResultgetAvgSystemResponseTime(double result)
auto generated Axis2 call back method for getAvgSystemResponseTime method
override this method for handling normal response from getAvgSystemResponseTime operation
|
void |
receiveResultgetMaxOperationResponseTime(long result)
auto generated Axis2 call back method for getMaxOperationResponseTime method
override this method for handling normal response from getMaxOperationResponseTime operation
|
void |
receiveResultgetMaxServiceResponseTime(long result)
auto generated Axis2 call back method for getMaxServiceResponseTime method
override this method for handling normal response from getMaxServiceResponseTime operation
|
void |
receiveResultgetMaxSystemResponseTime(long result)
auto generated Axis2 call back method for getMaxSystemResponseTime method
override this method for handling normal response from getMaxSystemResponseTime operation
|
void |
receiveResultgetMinOperationResponseTime(long result)
auto generated Axis2 call back method for getMinOperationResponseTime method
override this method for handling normal response from getMinOperationResponseTime operation
|
void |
receiveResultgetMinServiceResponseTime(long result)
auto generated Axis2 call back method for getMinServiceResponseTime method
override this method for handling normal response from getMinServiceResponseTime operation
|
void |
receiveResultgetMinSystemResponseTime(long result)
auto generated Axis2 call back method for getMinSystemResponseTime method
override this method for handling normal response from getMinSystemResponseTime operation
|
void |
receiveResultgetOperationFaultCount(int result)
auto generated Axis2 call back method for getOperationFaultCount method
override this method for handling normal response from getOperationFaultCount operation
|
void |
receiveResultgetOperationRequestCount(int result)
auto generated Axis2 call back method for getOperationRequestCount method
override this method for handling normal response from getOperationRequestCount operation
|
void |
receiveResultgetOperationResponseCount(int result)
auto generated Axis2 call back method for getOperationResponseCount method
override this method for handling normal response from getOperationResponseCount operation
|
void |
receiveResultgetOperationStatistics(OperationStatistics result)
auto generated Axis2 call back method for getOperationStatistics method
override this method for handling normal response from getOperationStatistics operation
|
void |
receiveResultgetServiceFaultCount(int result)
auto generated Axis2 call back method for getServiceFaultCount method
override this method for handling normal response from getServiceFaultCount operation
|
void |
receiveResultgetServiceRequestCount(int result)
auto generated Axis2 call back method for getServiceRequestCount method
override this method for handling normal response from getServiceRequestCount operation
|
void |
receiveResultgetServiceResponseCount(int result)
auto generated Axis2 call back method for getServiceResponseCount method
override this method for handling normal response from getServiceResponseCount operation
|
void |
receiveResultgetServiceStatistics(ServiceStatistics result)
auto generated Axis2 call back method for getServiceStatistics method
override this method for handling normal response from getServiceStatistics operation
|
void |
receiveResultgetSystemFaultCount(int result)
auto generated Axis2 call back method for getSystemFaultCount method
override this method for handling normal response from getSystemFaultCount operation
|
void |
receiveResultgetSystemRequestCount(int result)
auto generated Axis2 call back method for getSystemRequestCount method
override this method for handling normal response from getSystemRequestCount operation
|
void |
receiveResultgetSystemResponseCount(int result)
auto generated Axis2 call back method for getSystemResponseCount method
override this method for handling normal response from getSystemResponseCount operation
|
void |
receiveResultgetSystemStatistics(SystemStatistics result)
auto generated Axis2 call back method for getSystemStatistics method
override this method for handling normal response from getSystemStatistics operation
|
void |
receiveResultgetWebappRelatedData(StatisticData result)
auto generated Axis2 call back method for getWebappRelatedData method
override this method for handling normal response from getWebappRelatedData operation
|
protected Object clientData
public StatisticsAdminCallbackHandler(Object clientData)
clientData
- Object mechanism by which the user can pass in user data
that will be avilable at the time this callback is called.public StatisticsAdminCallbackHandler()
public Object getClientData()
public void receiveResultgetServiceFaultCount(int result)
public void receiveErrorgetServiceFaultCount(Exception e)
public void receiveResultgetOperationRequestCount(int result)
public void receiveErrorgetOperationRequestCount(Exception e)
public void receiveResultgetServiceResponseCount(int result)
public void receiveErrorgetServiceResponseCount(Exception e)
public void receiveResultgetOperationStatistics(OperationStatistics result)
public void receiveErrorgetOperationStatistics(Exception e)
public void receiveResultgetAvgOperationResponseTime(double result)
public void receiveErrorgetAvgOperationResponseTime(Exception e)
public void receiveResultgetMaxOperationResponseTime(long result)
public void receiveErrorgetMaxOperationResponseTime(Exception e)
public void receiveResultgetAvgServiceResponseTime(double result)
public void receiveErrorgetAvgServiceResponseTime(Exception e)
public void receiveResultgetMaxSystemResponseTime(long result)
public void receiveErrorgetMaxSystemResponseTime(Exception e)
public void receiveResultgetOperationResponseCount(int result)
public void receiveErrorgetOperationResponseCount(Exception e)
public void receiveResultgetMinOperationResponseTime(long result)
public void receiveErrorgetMinOperationResponseTime(Exception e)
public void receiveResultgetSystemStatistics(SystemStatistics result)
public void receiveErrorgetSystemStatistics(Exception e)
public void receiveResultgetSystemResponseCount(int result)
public void receiveErrorgetSystemResponseCount(Exception e)
public void receiveResultgetMinSystemResponseTime(long result)
public void receiveErrorgetMinSystemResponseTime(Exception e)
public void receiveResultgetMaxServiceResponseTime(long result)
public void receiveErrorgetMaxServiceResponseTime(Exception e)
public void receiveResultgetOperationFaultCount(int result)
public void receiveErrorgetOperationFaultCount(Exception e)
public void receiveResultgetServiceRequestCount(int result)
public void receiveErrorgetServiceRequestCount(Exception e)
public void receiveResultgetAvgSystemResponseTime(double result)
public void receiveErrorgetAvgSystemResponseTime(Exception e)
public void receiveResultgetWebappRelatedData(StatisticData result)
public void receiveErrorgetWebappRelatedData(Exception e)
public void receiveResultgetServiceStatistics(ServiceStatistics result)
public void receiveErrorgetServiceStatistics(Exception e)
public void receiveResultgetMinServiceResponseTime(long result)
public void receiveErrorgetMinServiceResponseTime(Exception e)
public void receiveResultgetSystemFaultCount(int result)
public void receiveErrorgetSystemFaultCount(Exception e)
public void receiveResultgetSystemRequestCount(int result)
public void receiveErrorgetSystemRequestCount(Exception e)
Copyright © 2018 WSO2. All rights reserved.