Uses of Interface
org.drools.command.BatchExecutionCommand

Packages that use BatchExecutionCommand
org.drools.command   
 

Uses of BatchExecutionCommand in org.drools.command
 

Methods in org.drools.command that return BatchExecutionCommand
static BatchExecutionCommand CommandFactory.newBatchExecution(List<? extends Command> commands)
          This is a special composite command and will execute all the supplied commands in turn.
 BatchExecutionCommand CommandFactoryService.newBatchExecution(List<? extends Command> commands, String lookup)
           
static BatchExecutionCommand CommandFactory.newBatchExecution(List<? extends Command> commands, String lookup)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.