com.ibm.di.server
Class ALState

java.lang.Object
  extended by com.ibm.di.server.ALState
All Implemented Interfaces:
Serializable

public class ALState
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 boolean bailout
          True if exiting "abnormally"
 int connectorIndex
          Next Connector index
 long cycleCounter
          Current cycle count
 int iteratorIndex
          Current Iterator index
static String[] MAIN_STEPS
           
 int mainStep
          Current MAIN Step
static int MS_BEGINITER
           
static int MS_BUILDTCB
           
static int MS_CLOSECONN
           
static int MS_ENDCYCLE
           
static int MS_ENDITER
           
static int MS_EPILOG
           
static int MS_EPILOG2
           
static int MS_INITCONN
           
static int MS_LOADCONN
           
static int MS_NEXTCONN
           
static int MS_NEXTITER
           
static int MS_PROLOG
           
static int MS_PROLOG0
           
static int MS_START
          MAIN Steps
static int MS_TERMINATE
           
 
Constructor Summary
ALState()
           
 
Method Summary
 String toString()
          Returns a string containing the fields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MS_START

public static final int MS_START
MAIN Steps

See Also:
Constant Field Values

MS_LOADCONN

public static final int MS_LOADCONN
See Also:
Constant Field Values

MS_PROLOG0

public static final int MS_PROLOG0
See Also:
Constant Field Values

MS_INITCONN

public static final int MS_INITCONN
See Also:
Constant Field Values

MS_PROLOG

public static final int MS_PROLOG
See Also:
Constant Field Values

MS_BEGINITER

public static final int MS_BEGINITER
See Also:
Constant Field Values

MS_NEXTITER

public static final int MS_NEXTITER
See Also:
Constant Field Values

MS_NEXTCONN

public static final int MS_NEXTCONN
See Also:
Constant Field Values

MS_ENDCYCLE

public static final int MS_ENDCYCLE
See Also:
Constant Field Values

MS_ENDITER

public static final int MS_ENDITER
See Also:
Constant Field Values

MS_EPILOG

public static final int MS_EPILOG
See Also:
Constant Field Values

MS_CLOSECONN

public static final int MS_CLOSECONN
See Also:
Constant Field Values

MS_BUILDTCB

public static final int MS_BUILDTCB
See Also:
Constant Field Values

MS_EPILOG2

public static final int MS_EPILOG2
See Also:
Constant Field Values

MS_TERMINATE

public static final int MS_TERMINATE
See Also:
Constant Field Values

MAIN_STEPS

public static final String[] MAIN_STEPS

mainStep

public int mainStep
Current MAIN Step


connectorIndex

public int connectorIndex
Next Connector index


iteratorIndex

public int iteratorIndex
Current Iterator index


cycleCounter

public long cycleCounter
Current cycle count


bailout

public boolean bailout
True if exiting "abnormally"

Constructor Detail

ALState

public ALState()
Method Detail

toString

public String toString()
Returns a string containing the fields

Overrides:
toString in class Object