Java EE 5 SDK

com.sun.appserv.management.config
Class WebContainerAvailabilityConfigKeys

java.lang.Object
  extended by com.sun.appserv.management.config.WebContainerAvailabilityConfigKeys

public final class WebContainerAvailabilityConfigKeys
extends Object

Parameters used by AvailabilityServiceConfig when creating a new <web-container-availability> element.

See Also:
AvailabilityServiceConfig

Field Summary
static String HTTP_SESSION_STORE_POOL_NAME_KEY
           
static String PERSISTENCE_FREQUENCY_KEY
          See SessionSaveFrequencyValues.
static String PERSISTENCE_SCOPE_KEY
          See SessionSaveScopeValues.
static String PERSISTENCE_STORE_HEALTH_CHECK_ENABLED_KEY
           
static String PERSISTENCE_TYPE_KEY
          See PersistenceTypeValues.
static String SSO_FAILOVER_ENABLED_KEY
           
static String WEB_CONTAINER_AVAILABILITY_ENABLED_KEY
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEB_CONTAINER_AVAILABILITY_ENABLED_KEY

public static final String WEB_CONTAINER_AVAILABILITY_ENABLED_KEY
See Also:
Constant Field Values

PERSISTENCE_TYPE_KEY

public static final String PERSISTENCE_TYPE_KEY
See PersistenceTypeValues.

See Also:
Constant Field Values

PERSISTENCE_FREQUENCY_KEY

public static final String PERSISTENCE_FREQUENCY_KEY
See SessionSaveFrequencyValues.

See Also:
Constant Field Values

PERSISTENCE_SCOPE_KEY

public static final String PERSISTENCE_SCOPE_KEY
See SessionSaveScopeValues.

See Also:
Constant Field Values

PERSISTENCE_STORE_HEALTH_CHECK_ENABLED_KEY

public static final String PERSISTENCE_STORE_HEALTH_CHECK_ENABLED_KEY
See Also:
Constant Field Values

SSO_FAILOVER_ENABLED_KEY

public static final String SSO_FAILOVER_ENABLED_KEY
See Also:
Constant Field Values

HTTP_SESSION_STORE_POOL_NAME_KEY

public static final String HTTP_SESSION_STORE_POOL_NAME_KEY
See Also:
Constant Field Values

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.