We do not want to define a specific mechanism for implementing the remote invocation mechanism used with the workflow API. Yet it is obvious that any implementation can profit from the possibility to execute several actions as one call to the server.
@param batch the batch to be executed.
@return the result returned by {@link Batch#execute Batch.execute
}.
@throws RemoteException if a system-level error occurs.
@throws InvocationTargetException if thrown by {@link Batch#execute Batch.execute
}
|
|
|
|
|
|
|
|