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)
           
 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 © 2009 customware.net. All Rights Reserved.