Uses of Interface
net.customware.gwt.dispatch.server.ExecutionContext

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
<A extends Action<R>,R extends Result>
void
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
<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.
protected
<A extends Action<R>,R extends Result>
void
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)
           
 



Copyright © 2011 customware.net. All Rights Reserved.