salto.batch.linker
Class OrStrategy

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

public class OrStrategy
extends LinkingStrategy

Defines a strategy where batchToExecute are triggered when one of necessaryBatchesAsSet is finished

Author:
Philippe Mouawad

Constructor Summary
OrStrategy()
           
OrStrategy(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

OrStrategy

public OrStrategy()

OrStrategy

public OrStrategy(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.