org.apache.axis2.clustering
Class ClusteringConstants

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringConstants

public final class ClusteringConstants
extends java.lang.Object

All constants used by the Axis2 clustering implementation


Nested Class Summary
static class ClusteringConstants.MembershipScheme
           
static class ClusteringConstants.Parameters
          The main cluster configuration parameters
 
Field Summary
static java.lang.String BLOCK_ALL_REQUESTS
           
static java.lang.String CLUSTER_INITIALIZED
           
static java.lang.String DEFAULT_DOMAIN
          The default domain to which this member belongs to.
static java.lang.String LOCAL_IP_ADDRESS
           
static java.lang.String NODE_MANAGER_SERVICE
           
static java.lang.String RECD_CONFIG_INIT_MSG
           
static java.lang.String RECD_STATE_INIT_MSG
           
static java.lang.String REQUEST_BLOCKING_HANDLER
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_DOMAIN

public static final java.lang.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 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


Copyright © 2007 Apache Web Services Project. All Rights Reserved.