|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DispatchException in net.customware.gwt.dispatch.client.secure |
|---|
| Methods in net.customware.gwt.dispatch.client.secure that throw DispatchException | |
|---|---|
Result |
SecureDispatchService.execute(String sessionId,
Action<?> action)
|
| Uses of DispatchException in net.customware.gwt.dispatch.client.standard |
|---|
| Methods in net.customware.gwt.dispatch.client.standard that throw DispatchException | |
|---|---|
Result |
StandardDispatchService.execute(Action<?> action)
|
| Uses of DispatchException in net.customware.gwt.dispatch.server |
|---|
| Methods in net.customware.gwt.dispatch.server that throw DispatchException | ||
|---|---|---|
|
ExecutionContext.execute(A action)
Executes an action in the current context. |
|
|
Dispatch.execute(A action)
Executes the specified action and returns the appropriate result. |
|
|
AbstractDispatch.execute(A action)
|
|
|
ExecutionContext.execute(A action,
boolean allowRollback)
Executes an action in the current context. |
|
R |
ActionHandler.execute(A action,
ExecutionContext context)
Handles the specified action. |
|
BatchResult |
BatchActionHandler.execute(BatchAction action,
ExecutionContext context)
|
|
protected
|
AbstractDispatch.executing(A action,
ActionHandler<A,R> handler,
ExecutionContext ctx)
Method invoked before executing the specified action 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. |
|
| Uses of DispatchException in net.customware.gwt.dispatch.server.secure |
|---|
| Methods in net.customware.gwt.dispatch.server.secure that throw DispatchException | |
|---|---|
Result |
AbstractSecureDispatchServlet.execute(String sessionId,
Action<?> action)
|
| Uses of DispatchException in net.customware.gwt.dispatch.server.standard |
|---|
| Methods in net.customware.gwt.dispatch.server.standard that throw DispatchException | |
|---|---|
Result |
AbstractStandardDispatchServlet.execute(Action<?> action)
|
| Uses of DispatchException in net.customware.gwt.dispatch.shared |
|---|
| Subclasses of DispatchException in net.customware.gwt.dispatch.shared | |
|---|---|
class |
ActionException
These are thrown by Dispatch.execute(Action) if there is a
problem executing a particular Action. |
class |
ServiceException
This is thrown by services when there is a low-level problem while processing an action execution. |
class |
UnsupportedActionException
|
| Methods in net.customware.gwt.dispatch.shared that return types with arguments of type DispatchException | |
|---|---|
List<DispatchException> |
BatchResult.getExceptions()
The list of exceptions, matched to the result number. |
| Constructor parameters in net.customware.gwt.dispatch.shared with type arguments of type DispatchException | |
|---|---|
BatchResult(List<Result> results,
List<DispatchException> exceptions)
Creates a new result with the list of results from the batch action, in order. |
|
| Uses of DispatchException in net.customware.gwt.dispatch.shared.secure |
|---|
| Subclasses of DispatchException in net.customware.gwt.dispatch.shared.secure | |
|---|---|
class |
InvalidSessionException
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||