public abstract class ActivityDashboardAdminServiceCallbackHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Object |
clientData |
| Constructor and Description |
|---|
ActivityDashboardAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
ActivityDashboardAdminServiceCallbackHandler(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 |
receiveErrorgetActivities(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getActivities operation
|
void |
receiveErrorgetAllTables(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllTables operation
|
void |
receiveErrorgetRecord(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getRecord operation
|
void |
receiveErrorgetRecordIds(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getRecordIds operation
|
void |
receiveResultgetActivities(String[] result)
auto generated Axis2 call back method for getActivities method
override this method for handling normal response from getActivities operation
|
void |
receiveResultgetAllTables(String[] result)
auto generated Axis2 call back method for getAllTables method
override this method for handling normal response from getAllTables operation
|
void |
receiveResultgetRecord(RecordBean result)
auto generated Axis2 call back method for getRecord method
override this method for handling normal response from getRecord operation
|
void |
receiveResultgetRecordIds(RecordId[] result)
auto generated Axis2 call back method for getRecordIds method
override this method for handling normal response from getRecordIds operation
|
protected Object clientData
public ActivityDashboardAdminServiceCallbackHandler(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 ActivityDashboardAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultgetRecord(RecordBean result)
public void receiveErrorgetRecord(Exception e)
public void receiveResultgetActivities(String[] result)
public void receiveErrorgetActivities(Exception e)
public void receiveResultgetAllTables(String[] result)
public void receiveErrorgetAllTables(Exception e)
public void receiveResultgetRecordIds(RecordId[] result)
public void receiveErrorgetRecordIds(Exception e)
Copyright © 2018 WSO2. All rights reserved.