|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.server.ALState
public class ALState
This class contains the main steps of the AssemblyLine execution.
| Field Summary | |
|---|---|
boolean |
bailout
True if exiting "abnormally" |
int |
connectorIndex
Next Connector index |
long |
cycleCounter
Current cycle count |
int |
iteratorIndex
Current Iterator index |
int |
mainStep
Current MAIN Step |
static int |
MS_BEGINITER
Begin iteration step. |
static int |
MS_BUILDTCB
Build Task Call Block step. |
static int |
MS_CLOSECONN
Close connector step. |
static int |
MS_DEBUG_CLOSE
Deprecated. Not used. |
static int |
MS_DEBUG_INIT
Debug initialization step. |
static int |
MS_ENDCYCLE
End iteration cycle step. |
static int |
MS_ENDITER
End iteration step. |
static int |
MS_EPILOG
Epilog step. |
static int |
MS_EPILOG2
Epilog2 step. |
static int |
MS_INITCONN
Initialize connectors step. |
static int |
MS_LOADCONN
Load connectors step. |
static int |
MS_NEXTCONN
Next connector operation step. |
static int |
MS_NEXTITER
Next iteration step. |
static int |
MS_NOT_INITIALIZED
Not initialized step. |
static int |
MS_PROLOG
Prolog step. |
static int |
MS_PROLOG0
Prolog0 step. |
static int |
MS_START
Start step. |
static int |
MS_TERMINATE
Termination step. |
| Constructor Summary | |
|---|---|
ALState()
|
|
| Method Summary | |
|---|---|
java.lang.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 |
|---|
public static final int MS_NOT_INITIALIZED
public static final int MS_DEBUG_INIT
public static final int MS_START
public static final int MS_LOADCONN
public static final int MS_PROLOG0
public static final int MS_INITCONN
public static final int MS_PROLOG
public static final int MS_BEGINITER
public static final int MS_NEXTITER
public static final int MS_NEXTCONN
public static final int MS_ENDCYCLE
public static final int MS_ENDITER
public static final int MS_EPILOG
public static final int MS_CLOSECONN
public static final int MS_BUILDTCB
public static final int MS_EPILOG2
public static final int MS_DEBUG_CLOSE
public static final int MS_TERMINATE
public volatile int mainStep
public int connectorIndex
public int iteratorIndex
public long cycleCounter
public boolean bailout
| Constructor Detail |
|---|
public ALState()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||