public abstract class AnalyticsProcessorAdminServiceCallbackHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Object |
clientData |
| Constructor and Description |
|---|
AnalyticsProcessorAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
AnalyticsProcessorAdminServiceCallbackHandler(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 |
receiveErrorexecute(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from execute operation
|
void |
receiveErrorexecuteQuery(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from executeQuery operation
|
void |
receiveErrorexecuteScript(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from executeScript operation
|
void |
receiveErrorgetAllScripts(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllScripts operation
|
void |
receiveErrorgetScript(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getScript operation
|
void |
receiveErrorisAnalyticsExecutionEnabled(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isAnalyticsExecutionEnabled operation
|
void |
receiveErrorisAnalyticsScriptExecuting(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isAnalyticsScriptExecuting operation
|
void |
receiveErrorisAnalyticsTaskExecuting(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isAnalyticsTaskExecuting operation
|
void |
receiveResultexecute(AnalyticsProcessorAdminServiceStub.AnalyticsQueryResultDto[] result)
auto generated Axis2 call back method for execute method
override this method for handling normal response from execute operation
|
void |
receiveResultexecuteQuery(AnalyticsProcessorAdminServiceStub.AnalyticsQueryResultDto result)
auto generated Axis2 call back method for executeQuery method
override this method for handling normal response from executeQuery operation
|
void |
receiveResultexecuteScript(AnalyticsProcessorAdminServiceStub.AnalyticsQueryResultDto[] result)
auto generated Axis2 call back method for executeScript method
override this method for handling normal response from executeScript operation
|
void |
receiveResultgetAllScripts(AnalyticsProcessorAdminServiceStub.AnalyticsScriptDto[] result)
auto generated Axis2 call back method for getAllScripts method
override this method for handling normal response from getAllScripts operation
|
void |
receiveResultgetScript(AnalyticsProcessorAdminServiceStub.AnalyticsScriptDto result)
auto generated Axis2 call back method for getScript method
override this method for handling normal response from getScript operation
|
void |
receiveResultisAnalyticsExecutionEnabled(boolean result)
auto generated Axis2 call back method for isAnalyticsExecutionEnabled method
override this method for handling normal response from isAnalyticsExecutionEnabled operation
|
void |
receiveResultisAnalyticsScriptExecuting(boolean result)
auto generated Axis2 call back method for isAnalyticsScriptExecuting method
override this method for handling normal response from isAnalyticsScriptExecuting operation
|
void |
receiveResultisAnalyticsTaskExecuting(boolean result)
auto generated Axis2 call back method for isAnalyticsTaskExecuting method
override this method for handling normal response from isAnalyticsTaskExecuting operation
|
protected Object clientData
public AnalyticsProcessorAdminServiceCallbackHandler(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 AnalyticsProcessorAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultgetAllScripts(AnalyticsProcessorAdminServiceStub.AnalyticsScriptDto[] result)
public void receiveErrorgetAllScripts(Exception e)
public void receiveResultgetScript(AnalyticsProcessorAdminServiceStub.AnalyticsScriptDto result)
public void receiveErrorgetScript(Exception e)
public void receiveResultexecute(AnalyticsProcessorAdminServiceStub.AnalyticsQueryResultDto[] result)
public void receiveErrorexecute(Exception e)
public void receiveResultisAnalyticsScriptExecuting(boolean result)
public void receiveErrorisAnalyticsScriptExecuting(Exception e)
public void receiveResultisAnalyticsExecutionEnabled(boolean result)
public void receiveErrorisAnalyticsExecutionEnabled(Exception e)
public void receiveResultexecuteQuery(AnalyticsProcessorAdminServiceStub.AnalyticsQueryResultDto result)
public void receiveErrorexecuteQuery(Exception e)
public void receiveResultisAnalyticsTaskExecuting(boolean result)
public void receiveErrorisAnalyticsTaskExecuting(Exception e)
public void receiveResultexecuteScript(AnalyticsProcessorAdminServiceStub.AnalyticsQueryResultDto[] result)
public void receiveErrorexecuteScript(Exception e)
Copyright © 2016 WSO2. All rights reserved.