public abstract class FetchAppCookieCallback
extends java.lang.Object
implements com.google.gwt.user.client.rpc.AsyncCallback
Callback for fetching application scope cookies associated with a job/Tasklet.
The posssible onFailure()
exceptions that can be returned
if there is a problem include:
BeanTransferException
where there is a server-side problem
fetching the JavaBean.Constructor and Description |
---|
FetchAppCookieCallback() |
Modifier and Type | Method and Description |
---|---|
abstract void |
onFetchAppCookieSuccess(AppCookie result)
Implement this method to process response from RPC.
|
void |
onSuccess(java.lang.Object result) |
public abstract void onFetchAppCookieSuccess(AppCookie result)
result
- Returns POJO object.public final void onSuccess(java.lang.Object result)
onSuccess
in interface com.google.gwt.user.client.rpc.AsyncCallback
Copyright © Grand Logic, Inc. All Rights Reserved.