org.rhq.plugins.jbossas5.helper
Class JBossProperties

java.lang.Object
  extended by org.rhq.plugins.jbossas5.helper.JBossProperties

public abstract class JBossProperties
extends Object

The properties that are used by the JBossAS micro-kernel during bootstrap (see http://community.jboss.org/wiki/JBossProperties).

Author:
Ian Springer

Field Summary
static String BIND_ADDRESS
           
static String BOOT_LIBRARY_LIST
           
static String COMMON_LIB_URL
           
static String HOME_DIR
          The base directory of the jboss distribution - default '$JBOSS_HOME'
static String HOME_URL
           
static String JGROUPS_BIND_ADDR
           
static String JGROUPS_BIND_ADDRESS
           
static String JGROUPS_UDP_MCAST_ADDR
           
static String LIB_URL
           
static String LOGGING_LOGGER_PLUGIN_CLASS
           
static String NATIVE_DIR
           
static String NATIVE_LOAD
           
static String PARTITION_NAME
           
static String PARTITION_UDP_GROUP
           
static String PATCH_URL
           
static String PLATFORM_MBEANSERVER
           
static String SERVER_BASE_DIR
          The directory where server configurations exist - default '${jboss.home.dir}/server'
static String SERVER_BASE_URL
           
static String SERVER_BLOCKING_SHUTDOWN
           
static String SERVER_CONFIG_URL
           
static String SERVER_DATA_DIR
           
static String SERVER_EXIT_ON_SHUTDOWN
           
static String SERVER_HOME_DIR
          The directory for the current configuration - default '${jboss.server.base.dir}/${jboss.server.name}'
static String SERVER_HOME_URL
           
static String SERVER_LIB_URL
           
static String SERVER_LOG_DIR
           
static String SERVER_NAME
          The configuration name of the server - default 'default' for AS, or 'production' for EAP or SOA
static String SERVER_REQUIRE_JBOSS_URL_STREAM_HANDLER_FACTORY
           
static String SERVER_ROOT_DEPLOYMENT_FILENAME
           
static String SERVER_TEMP_DIR
           
static String SERVER_TYPE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARTITION_NAME

public static final String PARTITION_NAME
See Also:
Constant Field Values

PARTITION_UDP_GROUP

public static final String PARTITION_UDP_GROUP
See Also:
Constant Field Values

NATIVE_LOAD

public static final String NATIVE_LOAD
See Also:
Constant Field Values

NATIVE_DIR

public static final String NATIVE_DIR
See Also:
Constant Field Values

BOOT_LIBRARY_LIST

public static final String BOOT_LIBRARY_LIST
See Also:
Constant Field Values

SERVER_TYPE

public static final String SERVER_TYPE
See Also:
Constant Field Values

SERVER_ROOT_DEPLOYMENT_FILENAME

public static final String SERVER_ROOT_DEPLOYMENT_FILENAME
See Also:
Constant Field Values

HOME_DIR

public static final String HOME_DIR
The base directory of the jboss distribution - default '$JBOSS_HOME'

See Also:
Constant Field Values

HOME_URL

public static final String HOME_URL
See Also:
Constant Field Values

LIB_URL

public static final String LIB_URL
See Also:
Constant Field Values

PATCH_URL

public static final String PATCH_URL
See Also:
Constant Field Values

COMMON_LIB_URL

public static final String COMMON_LIB_URL
See Also:
Constant Field Values

SERVER_NAME

public static final String SERVER_NAME
The configuration name of the server - default 'default' for AS, or 'production' for EAP or SOA

See Also:
Constant Field Values

SERVER_BASE_DIR

public static final String SERVER_BASE_DIR
The directory where server configurations exist - default '${jboss.home.dir}/server'

See Also:
Constant Field Values

SERVER_HOME_DIR

public static final String SERVER_HOME_DIR
The directory for the current configuration - default '${jboss.server.base.dir}/${jboss.server.name}'

See Also:
Constant Field Values

SERVER_LOG_DIR

public static final String SERVER_LOG_DIR
See Also:
Constant Field Values

SERVER_TEMP_DIR

public static final String SERVER_TEMP_DIR
See Also:
Constant Field Values

SERVER_DATA_DIR

public static final String SERVER_DATA_DIR
See Also:
Constant Field Values

SERVER_BASE_URL

public static final String SERVER_BASE_URL
See Also:
Constant Field Values

SERVER_HOME_URL

public static final String SERVER_HOME_URL
See Also:
Constant Field Values

SERVER_CONFIG_URL

public static final String SERVER_CONFIG_URL
See Also:
Constant Field Values

SERVER_LIB_URL

public static final String SERVER_LIB_URL
See Also:
Constant Field Values

BIND_ADDRESS

public static final String BIND_ADDRESS
See Also:
Constant Field Values

SERVER_EXIT_ON_SHUTDOWN

public static final String SERVER_EXIT_ON_SHUTDOWN
See Also:
Constant Field Values

SERVER_BLOCKING_SHUTDOWN

public static final String SERVER_BLOCKING_SHUTDOWN
See Also:
Constant Field Values

SERVER_REQUIRE_JBOSS_URL_STREAM_HANDLER_FACTORY

public static final String SERVER_REQUIRE_JBOSS_URL_STREAM_HANDLER_FACTORY
See Also:
Constant Field Values

PLATFORM_MBEANSERVER

public static final String PLATFORM_MBEANSERVER
See Also:
Constant Field Values

LOGGING_LOGGER_PLUGIN_CLASS

public static final String LOGGING_LOGGER_PLUGIN_CLASS
See Also:
Constant Field Values

JGROUPS_BIND_ADDRESS

public static final String JGROUPS_BIND_ADDRESS
See Also:
Constant Field Values

JGROUPS_BIND_ADDR

public static final String JGROUPS_BIND_ADDR
See Also:
Constant Field Values

JGROUPS_UDP_MCAST_ADDR

public static final String JGROUPS_UDP_MCAST_ADDR
See Also:
Constant Field Values


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.