public abstract class NodeAgentServiceCallbackHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
clientData |
| Constructor and Description |
|---|
NodeAgentServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
NodeAgentServiceCallbackHandler(java.lang.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 |
|---|---|
java.lang.Object |
getClientData()
Get the client data
|
void |
receiveErrorexecuteDriver(java.lang.Exception e)
auto generated Axis2 Error handler
|
void |
receiveErrorexecuteObjectDriver(java.lang.Exception e)
auto generated Axis2 Error handler
|
void |
receiveErrorexecuteScript(java.lang.Exception e)
auto generated Axis2 Error handler
|
void |
receiveErrorgetServiceKey(java.lang.Exception e)
auto generated Axis2 Error handler
|
void |
receiveErrorinstallDriver(java.lang.Exception e)
auto generated Axis2 Error handler
|
void |
receiveErrorregisterAuthorityKey(java.lang.Exception e)
auto generated Axis2 Error handler
|
void |
receiveErrorregisterKey(java.lang.Exception e)
auto generated Axis2 Error handler
|
void |
receiveErrortestFunc(java.lang.Exception e)
auto generated Axis2 Error handler
|
void |
receiveErroruninstallDriver(java.lang.Exception e)
auto generated Axis2 Error handler
|
void |
receiveErrorunregisterKey(java.lang.Exception e)
auto generated Axis2 Error handler
|
void |
receiveErrorupgradeDriver(java.lang.Exception e)
auto generated Axis2 Error handler
|
void |
receiveResultexecuteDriver(ResultElement param209)
auto generated Axis2 call back method for executeDriver method
|
void |
receiveResultexecuteObjectDriver(ResultElement param205)
auto generated Axis2 call back method for executeObjectDriver method
|
void |
receiveResultexecuteScript(ScriptResultElement param201)
auto generated Axis2 call back method for executeScript method
|
void |
receiveResultgetServiceKey(GetServiceKeyResultElement param215)
auto generated Axis2 call back method for getServiceKey method
|
void |
receiveResultinstallDriver(ResultElement param219)
auto generated Axis2 call back method for installDriver method
|
void |
receiveResultregisterAuthorityKey(RegisterAuthorityKeyResultElement param213)
auto generated Axis2 call back method for registerAuthorityKey method
|
void |
receiveResultregisterKey(RegisterKeyResultElement param217)
auto generated Axis2 call back method for registerKey method
|
void |
receiveResulttestFunc(TestFuncResultElement param203)
auto generated Axis2 call back method for testFunc method
|
void |
receiveResultuninstallDriver(ResultElement param199)
auto generated Axis2 call back method for uninstallDriver method
|
void |
receiveResultunregisterKey(UnregisterKeyResultElement param207)
auto generated Axis2 call back method for unregisterKey method
|
void |
receiveResultupgradeDriver(ResultElement param211)
auto generated Axis2 call back method for upgradeDriver method
|
public NodeAgentServiceCallbackHandler(java.lang.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 NodeAgentServiceCallbackHandler()
public java.lang.Object getClientData()
public void receiveResultuninstallDriver(ResultElement param199)
param199 - param199public void receiveErroruninstallDriver(java.lang.Exception e)
e - epublic void receiveResultexecuteScript(ScriptResultElement param201)
param201 - param201public void receiveErrorexecuteScript(java.lang.Exception e)
e - epublic void receiveResulttestFunc(TestFuncResultElement param203)
param203 - param203public void receiveErrortestFunc(java.lang.Exception e)
e - epublic void receiveResultexecuteObjectDriver(ResultElement param205)
param205 - param205public void receiveErrorexecuteObjectDriver(java.lang.Exception e)
e - epublic void receiveResultunregisterKey(UnregisterKeyResultElement param207)
param207 - param207public void receiveErrorunregisterKey(java.lang.Exception e)
e - epublic void receiveResultexecuteDriver(ResultElement param209)
param209 - param209public void receiveErrorexecuteDriver(java.lang.Exception e)
e - epublic void receiveResultupgradeDriver(ResultElement param211)
param211 - param211public void receiveErrorupgradeDriver(java.lang.Exception e)
e - epublic void receiveResultregisterAuthorityKey(RegisterAuthorityKeyResultElement param213)
param213 - param213public void receiveErrorregisterAuthorityKey(java.lang.Exception e)
e - epublic void receiveResultgetServiceKey(GetServiceKeyResultElement param215)
param215 - param215public void receiveErrorgetServiceKey(java.lang.Exception e)
e - epublic void receiveResultregisterKey(RegisterKeyResultElement param217)
param217 - param217public void receiveErrorregisterKey(java.lang.Exception e)
e - epublic void receiveResultinstallDriver(ResultElement param219)
param219 - param219public void receiveErrorinstallDriver(java.lang.Exception e)
e - eCopyright © 2018 RENCI. All Rights Reserved.