net.customware.gwt.dispatch.shared
Class BatchResult

java.lang.Object
  extended by net.customware.gwt.dispatch.shared.BatchResult
All Implemented Interfaces:
java.io.Serializable, Result

public class BatchResult
extends java.lang.Object
implements Result

Contains the list of Results from successful actions in the BatchAction. The order will match the order of the original Actions listed in the BatchAction.

If the BatchAction was specified to have an BatchAction.OnException value of BatchAction.OnException.CONTINUE, failed actions will have a null value.

Author:
David Peterson
See Also:
Serialized Form

Constructor Summary
BatchResult(java.util.List<Result> results)
           
 
Method Summary
 java.util.List<Result> getResults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchResult

public BatchResult(java.util.List<Result> results)
Method Detail

getResults

public java.util.List<Result> getResults()


Copyright © 2009 customware.net. All Rights Reserved.