Uses of Class
outputStrategy.Batch

Packages that use Batch
outputStrategy Output Strategy component - Collects messages until an output criterion is fulfilled (certain number of messages collected or timeout reached) 
 

Uses of Batch in outputStrategy
 

Fields in outputStrategy declared as Batch
private  Batch OutputStrategyController.replyBatch
          Data structure used to store replies before output.
private  Batch OutputStrategyController.requestBatch
          Data structure used to store requests before output.
 

Constructors in outputStrategy with parameters of type Batch
OutputStrategyController.OutputTask(Batch batch)
          Creates a new OutputTask for the specified Batch.