org.ow2.jonas.lib.util
Interface ConfigurationConstants


public interface ConfigurationConstants

Author:
eyindanga

Field Summary
static String DEFAULT_CONFIG_DIR
          configuration directory name (changed from 'config' to 'conf' !!)
static String DEFAULT_DOMAIN_NAME
          Default server name
static String DEFAULT_JONAS_NAME
          Default server name
static String DEFAULT_JONAS_PREFIX
          Prefix for jonas.properties file
static String DEFAULT_JONAS_VERSIONS
          File name where JOnAS components versions are stored.
static String DOMAIN_NAME_PROP
          domain.name property
static String JONAS_BASE_PROP
          System property name for JONAS_BASE.
static String JONAS_DEVELOPER_PROP
          JOnAS Development mode.
static String JONAS_MASTER_PROP
          jonas.master property
static String JONAS_NAME_PROP
          JOnAS server name
static String JONAS_PROPERTIES_PROP
          JOnAS Development mode.
static String JONAS_ROOT_PROP
          System property name for JONAS_ROOT.
 

Field Detail

JONAS_PROPERTIES_PROP

static final String JONAS_PROPERTIES_PROP
JOnAS Development mode.

See Also:
Constant Field Values

JONAS_ROOT_PROP

static final String JONAS_ROOT_PROP
System property name for JONAS_ROOT.

See Also:
Constant Field Values

JONAS_BASE_PROP

static final String JONAS_BASE_PROP
System property name for JONAS_BASE.

See Also:
Constant Field Values

JONAS_DEVELOPER_PROP

static final String JONAS_DEVELOPER_PROP
JOnAS Development mode.

See Also:
Constant Field Values

DEFAULT_JONAS_VERSIONS

static final String DEFAULT_JONAS_VERSIONS
File name where JOnAS components versions are stored.

See Also:
Constant Field Values

DEFAULT_JONAS_PREFIX

static final String DEFAULT_JONAS_PREFIX
Prefix for jonas.properties file

See Also:
Constant Field Values

JONAS_NAME_PROP

static final String JONAS_NAME_PROP
JOnAS server name

See Also:
Constant Field Values

JONAS_MASTER_PROP

static final String JONAS_MASTER_PROP
jonas.master property

See Also:
Constant Field Values

DEFAULT_CONFIG_DIR

static final String DEFAULT_CONFIG_DIR
configuration directory name (changed from 'config' to 'conf' !!)

See Also:
Constant Field Values

DEFAULT_JONAS_NAME

static final String DEFAULT_JONAS_NAME
Default server name

See Also:
Constant Field Values

DEFAULT_DOMAIN_NAME

static final String DEFAULT_DOMAIN_NAME
Default server name

See Also:
Constant Field Values

DOMAIN_NAME_PROP

static final String DOMAIN_NAME_PROP
domain.name property

See Also:
Constant Field Values


Copyright © 2010 OW2 Consortium. All Rights Reserved.