Class GMSConfigConstants
- java.lang.Object
-
- com.sun.enterprise.ee.cms.impl.common.GMSConfigConstants
-
public class GMSConfigConstants extends java.lang.ObjectConfiguration constants used to denote keys for configuration elements. These are used both to populate values for such contants and to retrive them.- Version:
- $Revision$ TODO: Move this out of here to impl.jxta
- Author:
- Shreedhar Ganapathy Date: Jul 13, 2005
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFD_MAX_RETRIESstatic java.lang.StringFD_TIMEOUTstatic java.lang.StringMERGE_MAX_INTERVALstatic java.lang.StringMERGE_MIN_INTERVALstatic java.lang.StringMULTICAST_ADDRESSstatic java.lang.StringMULTICAST_PORTstatic java.lang.StringPING_TIMEOUTstatic java.lang.StringVS_TIMEOUT
-
Constructor Summary
Constructors Constructor Description GMSConfigConstants()
-
-
-
Field Detail
-
MULTICAST_ADDRESS
public static final java.lang.String MULTICAST_ADDRESS
- See Also:
- Constant Field Values
-
MULTICAST_PORT
public static final java.lang.String MULTICAST_PORT
- See Also:
- Constant Field Values
-
FD_TIMEOUT
public static final java.lang.String FD_TIMEOUT
- See Also:
- Constant Field Values
-
FD_MAX_RETRIES
public static final java.lang.String FD_MAX_RETRIES
- See Also:
- Constant Field Values
-
MERGE_MAX_INTERVAL
public static final java.lang.String MERGE_MAX_INTERVAL
- See Also:
- Constant Field Values
-
MERGE_MIN_INTERVAL
public static final java.lang.String MERGE_MIN_INTERVAL
- See Also:
- Constant Field Values
-
VS_TIMEOUT
public static final java.lang.String VS_TIMEOUT
- See Also:
- Constant Field Values
-
PING_TIMEOUT
public static final java.lang.String PING_TIMEOUT
- See Also:
- Constant Field Values
-
-