Class GMSConfigConstants
- java.lang.Object
-
- com.sun.enterprise.ee.cms.impl.common.GMSConfigConstants
-
public class GMSConfigConstants extends Object
Configuration 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 StringFD_MAX_RETRIESstatic StringFD_TIMEOUTstatic StringMERGE_MAX_INTERVALstatic StringMERGE_MIN_INTERVALstatic StringMULTICAST_ADDRESSstatic StringMULTICAST_PORTstatic StringPING_TIMEOUTstatic StringVS_TIMEOUT
-
Constructor Summary
Constructors Constructor Description GMSConfigConstants()
-
-
-
Field Detail
-
MULTICAST_ADDRESS
public static final String MULTICAST_ADDRESS
- See Also:
- Constant Field Values
-
MULTICAST_PORT
public static final String MULTICAST_PORT
- See Also:
- Constant Field Values
-
FD_TIMEOUT
public static final String FD_TIMEOUT
- See Also:
- Constant Field Values
-
FD_MAX_RETRIES
public static final String FD_MAX_RETRIES
- See Also:
- Constant Field Values
-
MERGE_MAX_INTERVAL
public static final String MERGE_MAX_INTERVAL
- See Also:
- Constant Field Values
-
MERGE_MIN_INTERVAL
public static final String MERGE_MIN_INTERVAL
- See Also:
- Constant Field Values
-
VS_TIMEOUT
public static final String VS_TIMEOUT
- See Also:
- Constant Field Values
-
PING_TIMEOUT
public static final String PING_TIMEOUT
- See Also:
- Constant Field Values
-
-