|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.clustering.ClusteringConstants.Parameters
public static final class ClusteringConstants.Parameters
The main cluster configuration parameters
Field Summary | |
---|---|
static String |
APPLICATION_DOMAIN
This parameter is only valid when the "mode" parameter is set to "application" This indicates the domain in which the the applications being load balanced are deployed. |
static String |
ATMOST_ONCE_MSG_SEMANTICS
Maintain atmost-once message processing semantics |
static String |
AVOID_INITIATION
Do not automatically initialize the cluster. |
static String |
DOMAIN
The clustering domain/group. |
static String |
IS_ACTIVE
Indicates whether this member is ACTIVE or PASSIVE |
static String |
LOAD_BALANCE_EVENT_HANDLER
This is the even handler which will be notified in the case of load balancing events occurring. |
static String |
MEMBERSHIP_LISTENER
The implementaion of |
static String |
MEMBERSHIP_SCHEME
The membership scheme used in this setup. |
static String |
MODE
Indicates the mode in which this member is running. |
static String |
PRESERVE_MSG_ORDER
Preserve message ordering. |
static String |
SYNCHRONIZE_ALL_MEMBERS
When a Web service request is received, and processed, before the response is sent to the client, should we update the states of all members in the cluster? If the value of this parameter is set to "true", the response to the client will be sent only after all the members have been updated. |
Constructor Summary | |
---|---|
ClusteringConstants.Parameters()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String MEMBERSHIP_SCHEME
public static final String DOMAIN
public static final String MODE
public static final String LOAD_BALANCE_EVENT_HANDLER
public static final String APPLICATION_DOMAIN
public static final String SYNCHRONIZE_ALL_MEMBERS
public static final String AVOID_INITIATION
public static final String PRESERVE_MSG_ORDER
public static final String ATMOST_ONCE_MSG_SEMANTICS
public static final String IS_ACTIVE
public static final String MEMBERSHIP_LISTENER
Constructor Detail |
---|
public ClusteringConstants.Parameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |