salto.batch.linker
Class AndLinker
java.lang.Object
AbstractLinker
salto.batch.linker.AndLinker
public class AndLinker
- extends AbstractLinker
Class that links 2 batches by an AND link:
- Batch linked is triggered if all dependant batches have triggered
- Author:
- Etienne Loiez, Philippe Mouawad
|
Constructor Summary |
AndLinker()
Constructeur pour configuration |
AndLinker(java.lang.String theName)
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AndLinker
public AndLinker()
- Constructeur pour configuration
AndLinker
public AndLinker(java.lang.String theName)
- Parameters:
theName - Nom du linker
setup
public final void setup()
- See Also:
salto.batch.linker.AbstractLinker#setup()
wasModified
protected final void wasModified()
- See Also:
salto.batch.linker.AbstractLinker#wasModified()
getParentChildLinkingStrategy
public ParentChildLinkingStrategyEnum getParentChildLinkingStrategy()
- See Also:
salto.batch.linker.AbstractLinker#getParentChildLinkingStrategy()
setParentChildLinkingStrategy
public void setParentChildLinkingStrategy(ParentChildLinkingStrategyEnum theParentChildLinkingStrategyEnum)
- See Also:
salto.batch.linker.AbstractLinker#setParentChildLinkingStrategy(salto.batch.linker.ParentChildLinkingStrategyEnum)
clone
public java.lang.Object clone()
- See Also:
salto.batch.linker.AbstractLinker#clone()
Copyright © 2005-2008 Ubik-Ingenierie. All Rights Reserved.