Uses of Class
net.customware.gwt.dispatch.shared.DispatchException

Packages that use DispatchException
net.customware.gwt.dispatch.client.secure   
net.customware.gwt.dispatch.client.standard   
net.customware.gwt.dispatch.server   
net.customware.gwt.dispatch.server.secure   
net.customware.gwt.dispatch.server.standard   
net.customware.gwt.dispatch.shared   
net.customware.gwt.dispatch.shared.secure   
 

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
<A extends Action<R>,R extends Result>
R
ExecutionContext.execute(A action)
          Executes an action in the current context.
<A extends Action<R>,R extends Result>
R
Dispatch.execute(A action)
          Executes the specified action and returns the appropriate result.
<A extends Action<R>,R extends Result>
R
AbstractDispatch.execute(A action)
           
<A extends Action<R>,R extends Result>
R
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
<A extends Action<R>,R extends Result>
void
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
           
 



Copyright © 2011 customware.net. All Rights Reserved.