Package | Description |
---|---|
com.gwtplatform.dispatch.server | |
com.gwtplatform.dispatch.shared |
Modifier and Type | Method and Description |
---|---|
<A extends Action<R>,R extends Result> |
ExecutionContext.execute(A action)
Deprecated.
Executes an action in the current context.
|
<A extends Action<R>,R extends Result> |
Dispatch.execute(A action)
Deprecated.
Executes the specified action and returns the appropriate result.
|
<A extends Action<R>,R extends Result> |
AbstractDispatchImpl.execute(A action)
Deprecated.
|
Result |
AbstractDispatchServiceImpl.execute(String cookieSentByRPC,
Action<?> action)
Deprecated.
ActionException and
ServiceException will have their stacktraces (and stacktraces of their
causes) removed for security purposes. |
<A extends Action<R>,R extends Result> |
ExecutionContext.undo(A action,
R result)
Deprecated.
Undoes an action in the current context.
|
<A extends Action<R>,R extends Result> |
Dispatch.undo(A action,
R result)
Deprecated.
Undoes a previously executed action.
|
<A extends Action<R>,R extends Result> |
AbstractDispatchImpl.undo(A action,
R result)
Deprecated.
|
void |
AbstractDispatchServiceImpl.undo(String cookieSentByRPC,
Action<Result> action,
Result result)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedActionException
Deprecated.
Please use
UnsupportedActionException . |
Modifier and Type | Method and Description |
---|---|
Result |
DispatchService.execute(String cookieSentByRPC,
Action<?> action)
Deprecated.
This method is called server-side whenever a new action is dispatched.
|
void |
DispatchService.undo(String cookieSentByRPC,
Action<Result> action,
Result result)
Deprecated.
This method is called server-side whenever a previously executed action
needs to be undone.
|
Copyright © 2010-2014 ArcBees. All Rights Reserved.