Uses of Interface
de.danet.an.workflow.api.Batch

Packages that use Batch
de.danet.an.workflow.api This package defines the the workflow API provided by Danet's workflow component.  
de.danet.an.workflow.tools.util This package provides support classes for the implementation of tool agents and applications.  
 

Uses of Batch in de.danet.an.workflow.api
 

Classes in de.danet.an.workflow.api that implement Batch
 class MethodInvocationBatch
          This class provides a Batch implementation that executes several invocations of remote objects on the server in a single transaction and returns the results.
 

Methods in de.danet.an.workflow.api with parameters of type Batch
 java.lang.Object WorkflowService.executeBatch(Batch batch)
          Execute a batch in the context of the workflow service i.e. on the server.
 

Uses of Batch in de.danet.an.workflow.tools.util
 

Classes in de.danet.an.workflow.tools.util that implement Batch
 class SimpleApplicationDirectoryLookup
          This class provides a Batch implementation that looks up and returns the remote interface of the SimpleApplicationDirectory.