com.ibm.tws.objects.types
Interface CarryJobStates


public interface CarryJobStates

This interface exposes the allowed values for the carry job states property.


Field Summary
static java.lang.String ABEND_STATUS
          The "ABEND" status.
static java.lang.String ABENP_STATUS
          The "ABENP" status.
static java.lang.String ADD_STATUS
          The "ADD" status.
static java.lang.String CANCP_STATUS
          The "CANCP" status.
static java.lang.String COPYRIGHT
          Copyright.
static java.lang.String DONE_STATUS
          The "DONE" status.
static java.lang.String EXEC_STATUS
          The "EXEC" status.
static java.lang.String FAIL_STATUS
          The "FAIL" status.
static java.lang.String HOLD_STATUS
          The "HOLD" status.
static java.lang.String INTRO_STATUS
          The "INTRO" status.
static java.lang.String PEND_STATUS
          The "PEND" status.
static java.lang.String READY_STATUS
          The "READY" status.
static java.lang.String RJOB_STATUS
          The "RJOB" status.
static java.lang.String SCHED_STATUS
          The "SCHED" status.
static java.lang.String SKEL_STATUS
          The "SKEL" status.
static java.lang.String SUCC_STATUS
          The "SUCC" status.
static java.lang.String SUCCP_STATUS
          The "SUCCP" status.
static java.lang.String SUSP_STATUS
          The "SUSP" status.
static java.lang.String USER_STATUS
          The "USER" status.
static java.lang.String WAIT_STATUS
          The "WAIT" status.
static java.lang.String WAITD_STATUS
          The "WAITD" status.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


READY_STATUS

public static final java.lang.String READY_STATUS
The "READY" status.

See Also:
Constant Field Values

HOLD_STATUS

public static final java.lang.String HOLD_STATUS
The "HOLD" status.

See Also:
Constant Field Values

EXEC_STATUS

public static final java.lang.String EXEC_STATUS
The "EXEC" status.

See Also:
Constant Field Values

ABEND_STATUS

public static final java.lang.String ABEND_STATUS
The "ABEND" status.

See Also:
Constant Field Values

SUCC_STATUS

public static final java.lang.String SUCC_STATUS
The "SUCC" status.

See Also:
Constant Field Values

DONE_STATUS

public static final java.lang.String DONE_STATUS
The "DONE" status.

See Also:
Constant Field Values

USER_STATUS

public static final java.lang.String USER_STATUS
The "USER" status.

See Also:
Constant Field Values

CANCP_STATUS

public static final java.lang.String CANCP_STATUS
The "CANCP" status.

See Also:
Constant Field Values

ADD_STATUS

public static final java.lang.String ADD_STATUS
The "ADD" status.

See Also:
Constant Field Values

RJOB_STATUS

public static final java.lang.String RJOB_STATUS
The "RJOB" status.

See Also:
Constant Field Values

FAIL_STATUS

public static final java.lang.String FAIL_STATUS
The "FAIL" status.

See Also:
Constant Field Values

SUSP_STATUS

public static final java.lang.String SUSP_STATUS
The "SUSP" status.

See Also:
Constant Field Values

WAIT_STATUS

public static final java.lang.String WAIT_STATUS
The "WAIT" status.

See Also:
Constant Field Values

INTRO_STATUS

public static final java.lang.String INTRO_STATUS
The "INTRO" status.

See Also:
Constant Field Values

WAITD_STATUS

public static final java.lang.String WAITD_STATUS
The "WAITD" status.

See Also:
Constant Field Values

SCHED_STATUS

public static final java.lang.String SCHED_STATUS
The "SCHED" status.

See Also:
Constant Field Values

ABENP_STATUS

public static final java.lang.String ABENP_STATUS
The "ABENP" status.

See Also:
Constant Field Values

SUCCP_STATUS

public static final java.lang.String SUCCP_STATUS
The "SUCCP" status.

See Also:
Constant Field Values

PEND_STATUS

public static final java.lang.String PEND_STATUS
The "PEND" status.

See Also:
Constant Field Values

SKEL_STATUS

public static final java.lang.String SKEL_STATUS
The "SKEL" status.

See Also:
Constant Field Values


Copyright © 2005 IBM All Rights Reserved.