salto.batch.linker
Class AndStrategy

java.lang.Object
  extended by LinkingStrategy
      extended by salto.batch.linker.AndStrategy

public class AndStrategy
extends LinkingStrategy

Defines a strategy where batchToExecute are triggered when all the batches of necessaryBatchesAsSet have ended

Author:
Philippe Mouawad

Constructor Summary
AndStrategy(java.lang.String[] theNecessaryBatches, java.lang.String[] theBatchesToExecute)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndStrategy

public AndStrategy(java.lang.String[] theNecessaryBatches,
                   java.lang.String[] theBatchesToExecute)
Parameters:
theNecessaryBatches - List of batches to take into account for computing the conditions
theBatchesToExecute - list of triggered batches


Copyright © 2005-2008 Ubik-Ingenierie. All Rights Reserved.