|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.appserv.management.config.EJBContainerAvailabilityConfigKeys
public final class EJBContainerAvailabilityConfigKeys
Parameters used by AvailabilityServiceConfig
when creating a new <ejb-container-availability> element.
AvailabilityServiceConfig
,
SFSBPersistenceTypeValues
Field Summary | |
---|---|
static String |
EJB_CONTAINER_AVAILABILITY_ENABLED_KEY
|
static String |
SFSB_CHECKPOINT_ENABLED_KEY
|
static String |
SFSB_HA_PERSISTENCE_TYPE_KEY
Legal values are those defined in SFSBPersistenceTypeValues . |
static String |
SFSB_PERSISTENCE_TYPE_KEY
See SFSB_HA_PERSISTENCE_TYPE_KEY . |
static String |
SFSB_QUICK_CHECKPOINT_ENABLED_KEY
|
static String |
SFSB_STORE_POOL_NAME_KEY
The jndi-name for the JDBC Connection Pool used potentially by both the Web Container and the EJB Stateful Session Bean Container for use in checkpointing/passivation when persistence-type = SFSBPersistenceTypeValues.HA . |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String EJB_CONTAINER_AVAILABILITY_ENABLED_KEY
public static final String SFSB_HA_PERSISTENCE_TYPE_KEY
SFSBPersistenceTypeValues
.
public static final String SFSB_PERSISTENCE_TYPE_KEY
SFSB_HA_PERSISTENCE_TYPE_KEY
.
public static final String SFSB_CHECKPOINT_ENABLED_KEY
public static final String SFSB_QUICK_CHECKPOINT_ENABLED_KEY
public static final String SFSB_STORE_POOL_NAME_KEY
SFSBPersistenceTypeValues.HA
.
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.