Package salto.batch.linker

This package contains classes used to link Batches with each others.

See:
          Description

Class Summary
AndLinker Class that links 2 batches by an AND link: Batch linked is triggered if all dependant batches have triggered
AndParentToAllLaunchChildsStrategy AND startegy for Meta Starter.
AndStrategy Defines a strategy where batchToExecute are triggered when all the batches of necessaryBatchesAsSet have ended
OrLinker Class that links 2 batches by an AND link: Batch linked is triggered if one of the dependant batches has triggered
OrParentToAllLaunchChildsStrategy Or strategy for Meta Starter.
OrStrategy Defines a strategy where batchToExecute are triggered when one of necessaryBatchesAsSet is finished
ParentChildLinkingStrategyEnum Describes 3 types of propagation strategy.
ParentToAllChildsLinkingStrategy Abstract class that factors common code of different strategies ParentToAllChilds,
ie strategies of link between: Batch without associated launches and all launches of a batch Batch without launches and Batch without associated launches All launches of a batch and batch with no launches
 

Package salto.batch.linker Description

This package contains classes used to link Batches with each others.



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