com.ibm.di.cli
Class CLIConstants

java.lang.Object
  extended by com.ibm.di.cli.CLIConstants
Direct Known Subclasses:
RemoteServerCommand

public class CLIConstants
extends Object

CLI Constant values


Field Summary
static String AGE_OPTION
           
static String AL_OP
           
static String AL_TYPE
           
static String ALC_OPTION
          Specifies AL components list.
static String ALL
           
static String ASSEMBLY_LINE_FOLDER_PREFIX
           
static String ASSEMBLY_LINE_OPTION
           
static String CONFIG_ENCRYPTED_OPTION
           
static String CONFIG_OPTION
           
static String CONFIG_TEMP_OPTION
          To start a temporary config instance
static String CONFIG_TYPE
           
static int DEBUG
           
static String DEBUG_OPER
          Debuging components of running ALs
static String DEFAULT_EVENT_SOURCE
           
static String DEFAULT_PORT
           
static String DEFAULT_SERVER
           
static String DEL_PROP_OPTION
           
static int DEL_VALUE
           
static String DELETE_TOMBSTONE_OPER
          Option for deleting tombstones
static String DELIMITER
           
static int DISPLAY_LENGTH
          This variable is used in the 'report' option to decide where the ":" in the report will get aligned.
static String ENCRYPT_PROP_OPTION
           
static String ENV_SRV_HOST
           
static String ENV_SRV_PORT
           
static int ERROR
           
static String EVENT_DATA_OPTION
           
static String EVENT_NAME_OPTION
           
static String EVENT_NOTIFIC_OPER
          Event operation
static String EVENT_SOURCE_OPTION
           
static String FORCE_CONTROLLED_OPTION
          Force a controlled stop or shutdown.
static String GEN_OPT_KEY_PWD
          SSL Keystore password option
static String GEN_OPT_KEYSTORE
          SSL key store option
static String GEN_OPT_SOL_DIR
          Option to specify the working directory which is the solution directory.
static String GEN_OPT_SRV_HOST
          Remote server hostname option
static String GEN_OPT_SRV_PORT
          Remote server (rmi) port option
static String GEN_OPT_TRUST_PWD
          SSL Trust Store Password
static String GEN_OPT_TRUST_STORE
          SSL Trust Store option
static String GEN_OPT_USERID
          User id for custom auth option
static String GEN_OPT_USERPWD
          User password for cust auth option
static String GEN_OPT_VERBOSE
          Verbose mode
static String GET_PROP_OPTION
           
static int GET_VALUE
           
static String HELP_OPTION
           
static int INFO
           
static String LIST_OPTION
           
static String LIST_PROP_STORES_OPTION
           
static int LIST_STORE
           
static String LISTEN_OPTION
          To listen for messages logged by an AssemblyLine.
static String LOAD_WITH_RUN_NAME
           
static String OFF_OPTION
          Set Debug disabled for specified AL components.
static String ON_OPTION
          Set Debug enabled for specified AL components.
static String OPERATION_SWITCH
           
static String PROP_FILE_OPTION
           
static String PROP_OPER
          TDI Properties operation
static String PROP_STORE_OPTION
           
static String PROTECTED
           
static String QUERY_OPER
          Starting configs/ALs
static int RC_FAIL
           
static int RC_OK
           
static String RELOAD_OPER
          Reload operation
static String REPORT_OPER
          Option for viewing config reports
static String RETCODE_OPTION
           
static String SET_PROP_OPTION
           
static int SET_VALUE
           
static String SHUTDOWN_OPER
          Shutdown operation
static String SIMULATE_MODE
          To start a assembly line in simulate mode
static String SRVINFO_OPER
          Server information operation
static String START_OPER
          Starting configs/ALs
static String STATUS_OPER
          Viewing status of different components
static String STOP_OPER
          Stopping configs/ALs
static String SYNC_OPTION
          To execute an AssemblyLine synchronously.
static String TOMBSTONE_OPER
          Option for viewing tombstones of stopped configs/ALs
static String TS_COMP_NAME
           
static String TS_COMP_TYPE
           
static String TS_CONFIG
           
static String TS_CREATE_TIME
           
static String TS_ERR_DESC
           
static String TS_EVENT_TYPE
           
static String TS_EXIT_CODE
           
static String TS_GUID
           
static String TS_START_TIME
           
static String TS_STATS
           
static String TS_USERMESSAGE
           
static int WARN
           
 
Constructor Summary
CLIConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AL_TYPE

public static final String AL_TYPE
See Also:
Constant Field Values

CONFIG_TYPE

public static final String CONFIG_TYPE
See Also:
Constant Field Values

DELIMITER

public static final String DELIMITER
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

WARN

public static final int WARN
See Also:
Constant Field Values

INFO

public static final int INFO
See Also:
Constant Field Values

DEBUG

public static final int DEBUG
See Also:
Constant Field Values

GEN_OPT_SRV_HOST

public static final String GEN_OPT_SRV_HOST
Remote server hostname option

See Also:
Constant Field Values

GEN_OPT_SRV_PORT

public static final String GEN_OPT_SRV_PORT
Remote server (rmi) port option

See Also:
Constant Field Values

GEN_OPT_KEYSTORE

public static final String GEN_OPT_KEYSTORE
SSL key store option

See Also:
Constant Field Values

GEN_OPT_KEY_PWD

public static final String GEN_OPT_KEY_PWD
SSL Keystore password option

See Also:
Constant Field Values

GEN_OPT_TRUST_STORE

public static final String GEN_OPT_TRUST_STORE
SSL Trust Store option

See Also:
Constant Field Values

GEN_OPT_TRUST_PWD

public static final String GEN_OPT_TRUST_PWD
SSL Trust Store Password

See Also:
Constant Field Values

GEN_OPT_VERBOSE

public static final String GEN_OPT_VERBOSE
Verbose mode

See Also:
Constant Field Values

GEN_OPT_USERID

public static final String GEN_OPT_USERID
User id for custom auth option

See Also:
Constant Field Values

GEN_OPT_USERPWD

public static final String GEN_OPT_USERPWD
User password for cust auth option

See Also:
Constant Field Values

GEN_OPT_SOL_DIR

public static final String GEN_OPT_SOL_DIR
Option to specify the working directory which is the solution directory. In place to load the proper logging file.

See Also:
Constant Field Values

OPERATION_SWITCH

public static final String OPERATION_SWITCH
See Also:
Constant Field Values

EVENT_NOTIFIC_OPER

public static final String EVENT_NOTIFIC_OPER
Event operation

See Also:
Constant Field Values

PROP_OPER

public static final String PROP_OPER
TDI Properties operation

See Also:
Constant Field Values

RELOAD_OPER

public static final String RELOAD_OPER
Reload operation

See Also:
Constant Field Values

SHUTDOWN_OPER

public static final String SHUTDOWN_OPER
Shutdown operation

See Also:
Constant Field Values

SRVINFO_OPER

public static final String SRVINFO_OPER
Server information operation

See Also:
Constant Field Values

STATUS_OPER

public static final String STATUS_OPER
Viewing status of different components

See Also:
Constant Field Values

START_OPER

public static final String START_OPER
Starting configs/ALs

See Also:
Constant Field Values

DEBUG_OPER

public static final String DEBUG_OPER
Debuging components of running ALs

See Also:
Constant Field Values

QUERY_OPER

public static final String QUERY_OPER
Starting configs/ALs

See Also:
Constant Field Values

STOP_OPER

public static final String STOP_OPER
Stopping configs/ALs

See Also:
Constant Field Values

TOMBSTONE_OPER

public static final String TOMBSTONE_OPER
Option for viewing tombstones of stopped configs/ALs

See Also:
Constant Field Values

DELETE_TOMBSTONE_OPER

public static final String DELETE_TOMBSTONE_OPER
Option for deleting tombstones

See Also:
Constant Field Values

REPORT_OPER

public static final String REPORT_OPER
Option for viewing config reports

See Also:
Constant Field Values

HELP_OPTION

public static final String HELP_OPTION
See Also:
Constant Field Values

ALL

public static final String ALL
See Also:
Constant Field Values

ENV_SRV_HOST

public static final String ENV_SRV_HOST
See Also:
Constant Field Values

ENV_SRV_PORT

public static final String ENV_SRV_PORT
See Also:
Constant Field Values

DEFAULT_SERVER

public static final String DEFAULT_SERVER
See Also:
Constant Field Values

DEFAULT_PORT

public static final String DEFAULT_PORT
See Also:
Constant Field Values

RC_OK

public static final int RC_OK
See Also:
Constant Field Values

RC_FAIL

public static final int RC_FAIL
See Also:
Constant Field Values

ASSEMBLY_LINE_FOLDER_PREFIX

public static final String ASSEMBLY_LINE_FOLDER_PREFIX
See Also:
Constant Field Values

CONFIG_OPTION

public static final String CONFIG_OPTION
See Also:
Constant Field Values

ASSEMBLY_LINE_OPTION

public static final String ASSEMBLY_LINE_OPTION
See Also:
Constant Field Values

AL_OP

public static final String AL_OP
See Also:
Constant Field Values

CONFIG_ENCRYPTED_OPTION

public static final String CONFIG_ENCRYPTED_OPTION
See Also:
Constant Field Values

SIMULATE_MODE

public static final String SIMULATE_MODE
To start a assembly line in simulate mode

See Also:
Constant Field Values

EVENT_NAME_OPTION

public static final String EVENT_NAME_OPTION
See Also:
Constant Field Values

EVENT_SOURCE_OPTION

public static final String EVENT_SOURCE_OPTION
See Also:
Constant Field Values

EVENT_DATA_OPTION

public static final String EVENT_DATA_OPTION
See Also:
Constant Field Values

DEFAULT_EVENT_SOURCE

public static final String DEFAULT_EVENT_SOURCE
See Also:
Constant Field Values

AGE_OPTION

public static final String AGE_OPTION
See Also:
Constant Field Values

TS_COMP_TYPE

public static final String TS_COMP_TYPE
See Also:
Constant Field Values

TS_EVENT_TYPE

public static final String TS_EVENT_TYPE
See Also:
Constant Field Values

TS_START_TIME

public static final String TS_START_TIME
See Also:
Constant Field Values

TS_CREATE_TIME

public static final String TS_CREATE_TIME
See Also:
Constant Field Values

TS_COMP_NAME

public static final String TS_COMP_NAME
See Also:
Constant Field Values

TS_EXIT_CODE

public static final String TS_EXIT_CODE
See Also:
Constant Field Values

TS_ERR_DESC

public static final String TS_ERR_DESC
See Also:
Constant Field Values

TS_STATS

public static final String TS_STATS
See Also:
Constant Field Values

TS_USERMESSAGE

public static final String TS_USERMESSAGE
See Also:
Constant Field Values

TS_GUID

public static final String TS_GUID
See Also:
Constant Field Values

TS_CONFIG

public static final String TS_CONFIG
See Also:
Constant Field Values

LIST_PROP_STORES_OPTION

public static final String LIST_PROP_STORES_OPTION
See Also:
Constant Field Values

PROP_STORE_OPTION

public static final String PROP_STORE_OPTION
See Also:
Constant Field Values

GET_PROP_OPTION

public static final String GET_PROP_OPTION
See Also:
Constant Field Values

SET_PROP_OPTION

public static final String SET_PROP_OPTION
See Also:
Constant Field Values

DEL_PROP_OPTION

public static final String DEL_PROP_OPTION
See Also:
Constant Field Values

ENCRYPT_PROP_OPTION

public static final String ENCRYPT_PROP_OPTION
See Also:
Constant Field Values

LIST_STORE

public static final int LIST_STORE
See Also:
Constant Field Values

GET_VALUE

public static final int GET_VALUE
See Also:
Constant Field Values

SET_VALUE

public static final int SET_VALUE
See Also:
Constant Field Values

DEL_VALUE

public static final int DEL_VALUE
See Also:
Constant Field Values

LIST_OPTION

public static final String LIST_OPTION
See Also:
Constant Field Values

RETCODE_OPTION

public static final String RETCODE_OPTION
See Also:
Constant Field Values

PROTECTED

public static final String PROTECTED
See Also:
Constant Field Values

LOAD_WITH_RUN_NAME

public static final String LOAD_WITH_RUN_NAME
See Also:
Constant Field Values

CONFIG_TEMP_OPTION

public static final String CONFIG_TEMP_OPTION
To start a temporary config instance

See Also:
Constant Field Values

PROP_FILE_OPTION

public static final String PROP_FILE_OPTION
See Also:
Constant Field Values

LISTEN_OPTION

public static final String LISTEN_OPTION
To listen for messages logged by an AssemblyLine.

See Also:
Constant Field Values

SYNC_OPTION

public static final String SYNC_OPTION
To execute an AssemblyLine synchronously.

See Also:
Constant Field Values

ALC_OPTION

public static final String ALC_OPTION
Specifies AL components list.

See Also:
Constant Field Values

ON_OPTION

public static final String ON_OPTION
Set Debug enabled for specified AL components.

See Also:
Constant Field Values

OFF_OPTION

public static final String OFF_OPTION
Set Debug disabled for specified AL components.

See Also:
Constant Field Values

FORCE_CONTROLLED_OPTION

public static final String FORCE_CONTROLLED_OPTION
Force a controlled stop or shutdown.

See Also:
Constant Field Values

DISPLAY_LENGTH

public static final int DISPLAY_LENGTH
This variable is used in the 'report' option to decide where the ":" in the report will get aligned. This is basically helpful in alignment of the report. For instance:
<--- DISPLAY_LENGTH --->
Name : Config.xml
Comment : This is a comment

Since in diff langs the length of the labels "Name", "Comment", etc is not fixed, this value is used to decide how much padding to do at end of each word, so that the colons align them selves nicely. Formatting stuff basically. Could consider setting this value dynamically if on some locales the display length of 15 is also too less.

See Also:
Constant Field Values
Constructor Detail

CLIConstants

public CLIConstants()