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 Details

    • clientData

      protected Object clientData
  • Constructor Details

    • 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 Details

    • 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