Modifier and Type | Method and Description |
---|---|
void |
AsyncService.doDataRetrieve(GetTransaction trans,
AsyncService.DataRetrieveCallback drc)
Asynchronous execution of a GET transaction, retrieving resource objects.
|
void |
AsyncServiceImpl.doDataRetrieve(GetTransaction trans,
AsyncService.DataRetrieveCallback drc) |
void |
AsyncService.DataRetrieveCallback.onRetrieveError(int code,
java.lang.String message,
GetTransaction transaction)
Called if the transaction doesn't complete successfully.
|
void |
AsyncService.DataRetrieveCallback.onRetrieveOK(JSONArray objects,
GetTransaction transaction)
Called on successful completion of the transaction, with the
list of resource objects returned.
|