public abstract class TaskAdminCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
TaskAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
TaskAdminCallbackHandler(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 |
receiveErrorgetAllJobGroups(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllJobGroups operation
|
void |
receiveErrorgetAllTaskData(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllTaskData operation
|
void |
receiveErrorgetAllTaskDescriptions(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllTaskDescriptions operation
|
void |
receiveErrorgetTaskDescription(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getTaskDescription operation
|
void |
receiveErrorisContains(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isContains operation
|
void |
receiveErrorloadTaskClassProperties(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from loadTaskClassProperties operation
|
void |
receiveResultgetAllJobGroups(String[] result)
auto generated Axis2 call back method for getAllJobGroups method
override this method for handling normal response from getAllJobGroups operation
|
void |
receiveResultgetAllTaskData(TaskData[] result)
auto generated Axis2 call back method for getAllTaskData method
override this method for handling normal response from getAllTaskData operation
|
void |
receiveResultgetAllTaskDescriptions(org.apache.axiom.om.OMElement result)
auto generated Axis2 call back method for getAllTaskDescriptions method
override this method for handling normal response from getAllTaskDescriptions operation
|
void |
receiveResultgetTaskDescription(org.apache.axiom.om.OMElement result)
auto generated Axis2 call back method for getTaskDescription method
override this method for handling normal response from getTaskDescription operation
|
void |
receiveResultisContains(boolean result)
auto generated Axis2 call back method for isContains method
override this method for handling normal response from isContains operation
|
void |
receiveResultloadTaskClassProperties(org.apache.axiom.om.OMElement result)
auto generated Axis2 call back method for loadTaskClassProperties method
override this method for handling normal response from loadTaskClassProperties operation
|
protected Object clientData
public TaskAdminCallbackHandler(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 TaskAdminCallbackHandler()
public Object getClientData()
public void receiveResultgetAllTaskDescriptions(org.apache.axiom.om.OMElement result)
public void receiveErrorgetAllTaskDescriptions(Exception e)
public void receiveResultisContains(boolean result)
public void receiveErrorisContains(Exception e)
public void receiveResultgetAllJobGroups(String[] result)
public void receiveErrorgetAllJobGroups(Exception e)
public void receiveResultgetTaskDescription(org.apache.axiom.om.OMElement result)
public void receiveErrorgetTaskDescription(Exception e)
public void receiveResultgetAllTaskData(TaskData[] result)
public void receiveErrorgetAllTaskData(Exception e)
public void receiveResultloadTaskClassProperties(org.apache.axiom.om.OMElement result)
public void receiveErrorloadTaskClassProperties(Exception e)
Copyright © 2017 WSO2. All rights reserved.