Package zowe.client.sdk.zostso
Class TsoConstants
- java.lang.Object
-
- zowe.client.sdk.zostso.TsoConstants
-
public final class TsoConstants extends Object
Constants for various tso related info- Version:
- 5.0
- Author:
- Frank Giordano
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_CHSETDefault character-set valuestatic StringDEFAULT_COLSDefault amount of columns valuestatic StringDEFAULT_CPAGEDefault code page valuestatic StringDEFAULT_PROCDefault logonProcedure valuestatic StringDEFAULT_ROWSDefault number of rows valuestatic StringDEFAULT_RSIZEDefault region-size valuestatic StringRES_DONT_READ_REPLYParam for not reading replystatic StringRES_PINGURI for TSO Ping APIstatic StringRES_START_TSOURI for starting TSOstatic StringRESOURCEURI base for TSO APIstatic StringSEND_TSO_FAIL_MSGFailure message for when trying to perform send tso for datastatic StringSTART_TSO_FAIL_MSGFailure message for when trying to perform a start tso sessionstatic StringSTOP_TSO_FAIL_MSGFailure message for when trying to perform an end tso sessionstatic StringTSO_MESSAGETso response message type - messagestatic StringTSO_PROMPTTso response message type - prompt
-
-
-
Field Detail
-
DEFAULT_CHSET
public static final String DEFAULT_CHSET
Default character-set value- See Also:
- Constant Field Values
-
DEFAULT_COLS
public static final String DEFAULT_COLS
Default amount of columns value- See Also:
- Constant Field Values
-
DEFAULT_CPAGE
public static final String DEFAULT_CPAGE
Default code page value- See Also:
- Constant Field Values
-
DEFAULT_PROC
public static final String DEFAULT_PROC
Default logonProcedure value- See Also:
- Constant Field Values
-
DEFAULT_ROWS
public static final String DEFAULT_ROWS
Default number of rows value- See Also:
- Constant Field Values
-
DEFAULT_RSIZE
public static final String DEFAULT_RSIZE
Default region-size value- See Also:
- Constant Field Values
-
RESOURCE
public static final String RESOURCE
URI base for TSO API- See Also:
- Constant Field Values
-
RES_DONT_READ_REPLY
public static final String RES_DONT_READ_REPLY
Param for not reading reply- See Also:
- Constant Field Values
-
RES_START_TSO
public static final String RES_START_TSO
URI for starting TSO- See Also:
- Constant Field Values
-
RES_PING
public static final String RES_PING
URI for TSO Ping API- See Also:
- Constant Field Values
-
TSO_MESSAGE
public static final String TSO_MESSAGE
Tso response message type - message- See Also:
- Constant Field Values
-
TSO_PROMPT
public static final String TSO_PROMPT
Tso response message type - prompt- See Also:
- Constant Field Values
-
START_TSO_FAIL_MSG
public static final String START_TSO_FAIL_MSG
Failure message for when trying to perform a start tso session- See Also:
- Constant Field Values
-
SEND_TSO_FAIL_MSG
public static final String SEND_TSO_FAIL_MSG
Failure message for when trying to perform send tso for data- See Also:
- Constant Field Values
-
STOP_TSO_FAIL_MSG
public static final String STOP_TSO_FAIL_MSG
Failure message for when trying to perform an end tso session- See Also:
- Constant Field Values
-
-