|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutionContext | |
|---|---|
| net.customware.gwt.dispatch.server | |
| Uses of ExecutionContext in net.customware.gwt.dispatch.server |
|---|
| Methods in net.customware.gwt.dispatch.server with parameters of type ExecutionContext | ||
|---|---|---|
R |
ActionHandler.execute(A action,
ExecutionContext context)
Handles the specified action. |
|
BatchResult |
BatchActionHandler.execute(BatchAction action,
ExecutionContext context)
|
|
protected
|
AbstractDispatch.executed(A action,
R result,
ActionHandler<A,R> handler,
ExecutionContext ctx)
Method invoked after the specified action has been succesfully executed with the specified handler. |
|
protected
|
AbstractDispatch.executing(A action,
ActionHandler<A,R> handler,
ExecutionContext ctx)
Method invoked before executing the specified action with the specified handler. |
|
protected
|
AbstractDispatch.failed(A action,
Throwable e,
ActionHandler<A,R> handler,
ExecutionContext ctx)
Method invoked after the specified action has been unsuccesfully executed with the specified handler. |
|
void |
SimpleActionHandler.rollback(A action,
R result,
ExecutionContext context)
|
|
void |
ActionHandler.rollback(A action,
R result,
ExecutionContext context)
Attempts to roll back the specified action. |
|
void |
BatchActionHandler.rollback(BatchAction action,
BatchResult result,
ExecutionContext context)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||