Package org.apache.axis2.clustering
Class ClusteringConstants
- java.lang.Object
-
- org.apache.axis2.clustering.ClusteringConstants
-
public final class ClusteringConstants extends Object
All constants used by the Axis2 clustering implementation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusteringConstants.MembershipSchemestatic classClusteringConstants.ParametersThe main cluster configuration parameters
-
Field Summary
Fields Modifier and Type Field Description static StringBLOCK_ALL_REQUESTSstatic StringCLUSTER_INITIALIZEDstatic StringDEFAULT_DOMAINThe default domain to which this member belongs to.static StringLOCAL_IP_ADDRESSstatic StringNODE_MANAGER_SERVICEstatic StringRECD_CONFIG_INIT_MSGstatic StringRECD_STATE_INIT_MSGstatic StringREQUEST_BLOCKING_HANDLER
-
-
-
Field Detail
-
DEFAULT_DOMAIN
public static final String DEFAULT_DOMAIN
The default domain to which this member belongs to. This node may be running in application or loadBalance mode- See Also:
- Constant Field Values
-
NODE_MANAGER_SERVICE
public static final String NODE_MANAGER_SERVICE
- See Also:
- Constant Field Values
-
REQUEST_BLOCKING_HANDLER
public static final String REQUEST_BLOCKING_HANDLER
- See Also:
- Constant Field Values
-
CLUSTER_INITIALIZED
public static final String CLUSTER_INITIALIZED
- See Also:
- Constant Field Values
-
RECD_CONFIG_INIT_MSG
public static final String RECD_CONFIG_INIT_MSG
- See Also:
- Constant Field Values
-
RECD_STATE_INIT_MSG
public static final String RECD_STATE_INIT_MSG
- See Also:
- Constant Field Values
-
BLOCK_ALL_REQUESTS
public static final String BLOCK_ALL_REQUESTS
- See Also:
- Constant Field Values
-
LOCAL_IP_ADDRESS
public static final String LOCAL_IP_ADDRESS
- See Also:
- Constant Field Values
-
-