com.sun.enterprise.admin.cli
Class CLIConstants

java.lang.Object
  extended by com.sun.enterprise.admin.cli.CLIConstants

public class CLIConstants
extends Object

Constants for use in this package and "sub" packages

Author:
bnevins

Field Summary
static String AGENT_DAS_IS_SECURE
           
static String AGENT_JMX_PROTOCOL_NAME
           
static String AGENT_LISTEN_ADDRESS_NAME
           
static String DAS_JMX_PROTOCOL_NAME
           
static long DEATH_TIMEOUT_MS
           
static int DEFAULT_ADMIN_PORT
           
static String DEFAULT_HOSTNAME
           
static String EOL
           
static int ERROR
           
static String HOST_NAME_PROPERTY
           
static String K_ADMIN_HOST
           
static String K_ADMIN_PORT
           
static String K_AGENT_PROTOCOL
           
static String K_CLIENT_HOST
           
static String K_DAS_HOST
           
static String K_DAS_IS_SECURE
           
static String K_DAS_PORT
           
static String K_DAS_PROTOCOL
           
static String K_MASTER_PASSWORD
           
static String K_SAVE_MASTER_PASSWORD
           
static String MASTER_PASSWORD
           
static String NODEAGENT_DEFAULT_DAS_IS_SECURE
           
static String NODEAGENT_DEFAULT_DAS_PORT
           
static String NODEAGENT_DEFAULT_HOST_ADDRESS
           
static String NODEAGENT_JMX_DEFAULT_PROTOCOL
           
static String REMOTE_CLIENT_ADDRESS_NAME
           
static int RESTART_CHECK_INTERVAL_MSEC
           
static int RESTART_DEBUG_OFF
           
static int RESTART_DEBUG_ON
           
static int RESTART_NORMAL
           
static int SUCCESS
           
static long WAIT_FOR_DAS_TIME_MS
           
static String WALL_CLOCK_START_PROP
           
static int WARNING
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ADMIN_PORT

public static final int DEFAULT_ADMIN_PORT
See Also:
Constant Field Values

DEFAULT_HOSTNAME

public static final String DEFAULT_HOSTNAME
See Also:
Constant Field Values

EOL

public static final String EOL

WAIT_FOR_DAS_TIME_MS

public static final long WAIT_FOR_DAS_TIME_MS
See Also:
Constant Field Values

RESTART_NORMAL

public static final int RESTART_NORMAL
See Also:
Constant Field Values

RESTART_DEBUG_ON

public static final int RESTART_DEBUG_ON
See Also:
Constant Field Values

RESTART_DEBUG_OFF

public static final int RESTART_DEBUG_OFF
See Also:
Constant Field Values

WALL_CLOCK_START_PROP

public static final String WALL_CLOCK_START_PROP
See Also:
Constant Field Values

MASTER_PASSWORD

public static final String MASTER_PASSWORD
See Also:
Constant Field Values

SUCCESS

public static final int SUCCESS
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

WARNING

public static final int WARNING
See Also:
Constant Field Values

DEATH_TIMEOUT_MS

public static final long DEATH_TIMEOUT_MS
See Also:
Constant Field Values

K_ADMIN_PORT

public static final String K_ADMIN_PORT
See Also:
Constant Field Values

K_ADMIN_HOST

public static final String K_ADMIN_HOST
See Also:
Constant Field Values

K_AGENT_PROTOCOL

public static final String K_AGENT_PROTOCOL
See Also:
Constant Field Values

K_CLIENT_HOST

public static final String K_CLIENT_HOST
See Also:
Constant Field Values

K_DAS_HOST

public static final String K_DAS_HOST
See Also:
Constant Field Values

K_DAS_PROTOCOL

public static final String K_DAS_PROTOCOL
See Also:
Constant Field Values

K_DAS_PORT

public static final String K_DAS_PORT
See Also:
Constant Field Values

K_DAS_IS_SECURE

public static final String K_DAS_IS_SECURE
See Also:
Constant Field Values

K_MASTER_PASSWORD

public static final String K_MASTER_PASSWORD
See Also:
Constant Field Values

K_SAVE_MASTER_PASSWORD

public static final String K_SAVE_MASTER_PASSWORD
See Also:
Constant Field Values

AGENT_LISTEN_ADDRESS_NAME

public static final String AGENT_LISTEN_ADDRESS_NAME
See Also:
Constant Field Values

REMOTE_CLIENT_ADDRESS_NAME

public static final String REMOTE_CLIENT_ADDRESS_NAME
See Also:
Constant Field Values

AGENT_JMX_PROTOCOL_NAME

public static final String AGENT_JMX_PROTOCOL_NAME
See Also:
Constant Field Values

DAS_JMX_PROTOCOL_NAME

public static final String DAS_JMX_PROTOCOL_NAME
See Also:
Constant Field Values

AGENT_DAS_IS_SECURE

public static final String AGENT_DAS_IS_SECURE
See Also:
Constant Field Values

NODEAGENT_DEFAULT_DAS_IS_SECURE

public static final String NODEAGENT_DEFAULT_DAS_IS_SECURE
See Also:
Constant Field Values

NODEAGENT_DEFAULT_DAS_PORT

public static final String NODEAGENT_DEFAULT_DAS_PORT

NODEAGENT_DEFAULT_HOST_ADDRESS

public static final String NODEAGENT_DEFAULT_HOST_ADDRESS
See Also:
Constant Field Values

NODEAGENT_JMX_DEFAULT_PROTOCOL

public static final String NODEAGENT_JMX_DEFAULT_PROTOCOL
See Also:
Constant Field Values

HOST_NAME_PROPERTY

public static final String HOST_NAME_PROPERTY
See Also:
Constant Field Values

RESTART_CHECK_INTERVAL_MSEC

public static final int RESTART_CHECK_INTERVAL_MSEC
See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.