Uses of Class
com.continuent.tungsten.replicator.applier.batch.BatchCommand

Packages that use BatchCommand
com.continuent.tungsten.replicator.applier.batch   
 

Uses of BatchCommand in com.continuent.tungsten.replicator.applier.batch
 

Methods in com.continuent.tungsten.replicator.applier.batch that return BatchCommand
 BatchCommand BatchCommand.clone()
          
 

Methods in com.continuent.tungsten.replicator.applier.batch that return types with arguments of type BatchCommand
 java.util.List<BatchCommand> BatchScript.getParameterizedScript(java.util.Map<java.lang.String,java.lang.String> parameters)
          Returns a command script with parameters assigned.