com.sun.sgs.impl.kernel
Class BootProperties

java.lang.Object
  extended by com.sun.sgs.impl.kernel.BootProperties

final class BootProperties
extends Object

This class contains property and file names that are used during Kernel bootup to locate application configuration files.


Field Summary
(package private) static String DEFAULT_APP_PROPERTIES
          The standard resource location to look for application properties configuration.
(package private) static String DEFAULT_HOME_CONFIG_FILE
          The standard location for the home directory properties config file which can be used to override any properties for the application.
(package private) static String DEFAULT_LOG_PROPERTIES
          The standard resource location to look for application logging properties configuration.
(package private) static String EXTENSION_AUTHENTICATORS_PROPERTY
          The property used to specify authenticators from extension libraries.
(package private) static String EXTENSION_FILE_PROPERTY
          The property used to specify an optional properties file used to configure extension libraries.
(package private) static String EXTENSION_MANAGERS_PROPERTY
          The property used to specify managers from extension libraries.
(package private) static String EXTENSION_PROFILE_LISTENERS_PROPERTY
          The property used to specify profile listeners from extension libraries.
(package private) static String EXTENSION_SERVICE_NODE_TYPES_PROPERTY
          The property used to specify service node types from extension libraries.
(package private) static String EXTENSION_SERVICES_PROPERTY
          The property used to specify services from extension libraries.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_HOME_CONFIG_FILE

static final String DEFAULT_HOME_CONFIG_FILE
The standard location for the home directory properties config file which can be used to override any properties for the application.

See Also:
Constant Field Values

DEFAULT_APP_PROPERTIES

static final String DEFAULT_APP_PROPERTIES
The standard resource location to look for application properties configuration.

See Also:
Constant Field Values

DEFAULT_LOG_PROPERTIES

static final String DEFAULT_LOG_PROPERTIES
The standard resource location to look for application logging properties configuration.

See Also:
Constant Field Values

EXTENSION_FILE_PROPERTY

static final String EXTENSION_FILE_PROPERTY
The property used to specify an optional properties file used to configure extension libraries.

See Also:
Constant Field Values

EXTENSION_SERVICES_PROPERTY

static final String EXTENSION_SERVICES_PROPERTY
The property used to specify services from extension libraries.

See Also:
Constant Field Values

EXTENSION_MANAGERS_PROPERTY

static final String EXTENSION_MANAGERS_PROPERTY
The property used to specify managers from extension libraries.

See Also:
Constant Field Values

EXTENSION_SERVICE_NODE_TYPES_PROPERTY

static final String EXTENSION_SERVICE_NODE_TYPES_PROPERTY
The property used to specify service node types from extension libraries.

See Also:
Constant Field Values

EXTENSION_AUTHENTICATORS_PROPERTY

static final String EXTENSION_AUTHENTICATORS_PROPERTY
The property used to specify authenticators from extension libraries.

See Also:
Constant Field Values

EXTENSION_PROFILE_LISTENERS_PROPERTY

static final String EXTENSION_PROFILE_LISTENERS_PROPERTY
The property used to specify profile listeners from extension libraries.

See Also:
Constant Field Values

RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved