
RpcDispatchAsync.@Deprecated public class RpcDispatchAsync extends AbstractDispatchAsync
DispatchAsync, which is
essentially the client-side access to the
Dispatch class on the server-side.| Constructor and Description |
|---|
RpcDispatchAsync(ExceptionHandler exceptionHandler,
SecurityCookieAccessor securityCookieAccessor,
ClientActionHandlerRegistry registry)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected <A extends Action<R>,R extends Result> |
doExecute(String securityCookie,
A action,
AsyncCallback<R> callback)
Deprecated.
|
protected <A extends Action<R>,R extends Result> |
doUndo(String securityCookie,
A action,
R result,
AsyncCallback<Void> callback)
Deprecated.
|
protected <A extends Action<R>,R extends Result> |
prepareExecute(A action)
Deprecated.
|
protected void |
prepareService(ServiceDefTarget service,
String moduleUrl,
String relativeServiceUrl)
Deprecated.
|
protected <A extends Action<R>,R extends Result> |
prepareUndo(A action)
Deprecated.
|
execute, getClientActionHandlerRegistry, getExceptionHandler, getSecurityCookieAccessor, onExecuteFailure, onExecuteSuccess, onUndoFailure, onUndoSuccess, undopublic RpcDispatchAsync(ExceptionHandler exceptionHandler, SecurityCookieAccessor securityCookieAccessor, ClientActionHandlerRegistry registry)
protected <A extends Action<R>,R extends Result> DispatchRequest doExecute(String securityCookie, A action, AsyncCallback<R> callback)
doExecute in class AbstractDispatchAsyncprotected <A extends Action<R>,R extends Result> DispatchRequest doUndo(String securityCookie, A action, R result, AsyncCallback<Void> callback)
doUndo in class AbstractDispatchAsyncprotected <A extends Action<R>,R extends Result> void prepareExecute(A action)
prepareExecute in class AbstractDispatchAsyncprotected void prepareService(ServiceDefTarget service, String moduleUrl, String relativeServiceUrl)
protected <A extends Action<R>,R extends Result> void prepareUndo(A action)
prepareUndo in class AbstractDispatchAsyncCopyright © 2010-2014 ArcBees. All Rights Reserved.