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
           
private static String CLI_DEBUG_MODE_PROP
           
static String CLI_RECORD_ALL_COMMANDS_PROP
           
static String DAS_JMX_PROTOCOL_NAME
           
static long DEATH_TIMEOUT_MS
           
static boolean debugMode
           
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 String RESTART_FLAG_PARENT_PID
           
static int RESTART_NORMAL
           
static int SUCCESS
           
static long WAIT_FOR_DAS_TIME_MS
           
static String WALL_CLOCK_START_PROP
           
static int WARNING
           
 
Constructor Summary
private CLIConstants()
           
 
Method Summary
static boolean debug()
           
 
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

RESTART_FLAG_PARENT_PID

public static final String RESTART_FLAG_PARENT_PID
See Also:
Constant Field Values

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

debugMode

public static final boolean debugMode

CLI_RECORD_ALL_COMMANDS_PROP

public static final String CLI_RECORD_ALL_COMMANDS_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

CLI_DEBUG_MODE_PROP

private static final String CLI_DEBUG_MODE_PROP
See Also:
Constant Field Values
Constructor Detail

CLIConstants

private CLIConstants()
Method Detail

debug

public static final boolean debug()


Copyright © 2012 GlassFish Community. All Rights Reserved.