Java EE 5 SDK

com.sun.appserv.management.config
Interface VirtualServerConfigKeys


public interface VirtualServerConfigKeys

Keys for use with HTTPServiceConfig.createVirtualServerConfig(java.lang.String, java.lang.String, java.util.Map).


Field Summary
static String ACCESS_LOG_PROPERTY_KEY
           
static String DEFAULT_WEB_MODULE_KEY
           
static String DOC_ROOT_KEY
           
static String DOC_ROOT_PROPERTY_KEY
           
static String HTTP_LISTENERS_KEY
          comma-separated list of http-listeners
static String LOG_FILE_KEY
           
static String STATE_DISABLED
          One possible value for STATE_KEY
static String STATE_KEY
          Possible values: STATE_DISABLED STATE_OFF STATE_ON
static String STATE_OFF
          One possible value for STATE_KEY
static String STATE_ON
          One possible value for STATE_KEY
 

Field Detail

HTTP_LISTENERS_KEY

static final String HTTP_LISTENERS_KEY
comma-separated list of http-listeners

See Also:
Constant Field Values

DEFAULT_WEB_MODULE_KEY

static final String DEFAULT_WEB_MODULE_KEY
See Also:
Constant Field Values

LOG_FILE_KEY

static final String LOG_FILE_KEY
See Also:
Constant Field Values

DOC_ROOT_KEY

static final String DOC_ROOT_KEY
See Also:
Constant Field Values

DOC_ROOT_PROPERTY_KEY

static final String DOC_ROOT_PROPERTY_KEY
See Also:
Constant Field Values

ACCESS_LOG_PROPERTY_KEY

static final String ACCESS_LOG_PROPERTY_KEY
See Also:
Constant Field Values

STATE_KEY

static final String STATE_KEY
Possible values:

See Also:
Constant Field Values

STATE_DISABLED

static final String STATE_DISABLED
One possible value for STATE_KEY

See Also:
Constant Field Values

STATE_OFF

static final String STATE_OFF
One possible value for STATE_KEY

See Also:
Constant Field Values

STATE_ON

static final String STATE_ON
One possible value for STATE_KEY

See Also:
Constant Field Values

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.