org.apache.axis2.clustering
Class ClusteringConstants
java.lang.Object
org.apache.axis2.clustering.ClusteringConstants
public final class ClusteringConstants
- extends java.lang.Object
All constants used by the Axis2 clustering implementation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AVOID_INITIATION_KEY
public static final java.lang.String AVOID_INITIATION_KEY
- See Also:
- Constant Field Values
DOMAIN
public static final java.lang.String DOMAIN
- The clustering domain/group. Nodes in the same group will belong to the same multicast domain.
There will not be interference between nodes in different group.
- See Also:
- Constant Field Values
NODE_MANAGER_SERVICE
public static final java.lang.String NODE_MANAGER_SERVICE
- See Also:
- Constant Field Values
REQUEST_BLOCKING_HANDLER
public static final java.lang.String REQUEST_BLOCKING_HANDLER
- See Also:
- Constant Field Values
CLUSTER_INITIALIZED
public static final java.lang.String CLUSTER_INITIALIZED
- See Also:
- Constant Field Values
RECD_CONFIG_INIT_MSG
public static final java.lang.String RECD_CONFIG_INIT_MSG
- See Also:
- Constant Field Values
RECD_STATE_INIT_MSG
public static final java.lang.String RECD_STATE_INIT_MSG
- See Also:
- Constant Field Values
BLOCK_ALL_REQUESTS
public static final java.lang.String BLOCK_ALL_REQUESTS
- See Also:
- Constant Field Values
LOCAL_IP_ADDRESS
public static final java.lang.String LOCAL_IP_ADDRESS
- See Also:
- Constant Field Values
SYNCHRONIZE_ALL_MEMBERS
public static final java.lang.String SYNCHRONIZE_ALL_MEMBERS
- Synchronize the states of all members in the cluster
- See Also:
- Constant Field Values
Copyright © 2007 Apache Web Services Project. All Rights Reserved.