salto.batch.linker
Class ParentChildLinkingStrategyEnum
java.lang.Object
java.lang.Enum
salto.batch.linker.ParentChildLinkingStrategyEnum
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class ParentChildLinkingStrategyEnum
- extends java.lang.Enum
Describes 3 types of propagation strategy.
- Author:
- Philippe Mouawad
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
PARENT_TO_CHILD_IN_LAUNCH
public static final ParentChildLinkingStrategyEnum PARENT_TO_CHILD_IN_LAUNCH
- Déclenchement parent vers enfant au sein d'un même lancement
T (L1) et/ou T'(L1) déclenchent T''(L1)
PARENT_TO_ALL_LAUNCH_CHILDS
public static final ParentChildLinkingStrategyEnum PARENT_TO_ALL_LAUNCH_CHILDS
- Déclenchement parent vers enfant (Tous les lancements du traitement fils)
T (L1) et/ou T (L2) et/ou T(L3) et/ou T'(L1) et/ou T'(L2) déclenchent T''(L1) et T''(L2)
getEnum
public static ParentChildLinkingStrategyEnum getEnum(java.lang.String state)
- Parameters:
state - String representation of Enum
- Returns:
- ParentChildLinkingStrategyEnum
getEnumMap
public static java.util.Map getEnumMap()
- Returns:
- Map
getEnumList
public static java.util.List getEnumList()
- Returns:
- List
iterator
public static java.util.Iterator iterator()
- Returns:
- Iterator
Copyright © 2005-2008 Ubik-Ingenierie. All Rights Reserved.