blob: b29afd01bc922939033d2b91e3522658f4c1f294 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>ClusteringConstants.Parameters (Apache Axis2)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ClusteringConstants.Parameters (Apache Axis2)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ClusteringConstants.Parameters.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/axis2/clustering/ClusteringConstants.MembershipScheme.html" title="class in org.apache.axis2.clustering"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/axis2/clustering/ClusteringFault.html" title="class in org.apache.axis2.clustering"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/axis2/clustering/ClusteringConstants.Parameters.html" target="_top">Frames</a></li>
<li><a href="ClusteringConstants.Parameters.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.axis2.clustering</div>
<h2 title="Class ClusteringConstants.Parameters" class="title">Class ClusteringConstants.Parameters</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.axis2.clustering.ClusteringConstants.Parameters</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../org/apache/axis2/clustering/ClusteringConstants.html" title="class in org.apache.axis2.clustering">ClusteringConstants</a></dd>
</dl>
<hr>
<br>
<pre>public static final class <span class="strong">ClusteringConstants.Parameters</span>
extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block">The main cluster configuration parameters</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/clustering/ClusteringConstants.Parameters.html#APPLICATION_DOMAIN">APPLICATION_DOMAIN</a></strong></code>
<div class="block">This parameter is only valid when the "mode" parameter is set to "application"
<p/>
This indicates the domain in which the the applications being load balanced are deployed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/clustering/ClusteringConstants.Parameters.html#ATMOST_ONCE_MSG_SEMANTICS">ATMOST_ONCE_MSG_SEMANTICS</a></strong></code>
<div class="block">Maintain atmost-once message processing semantics</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/clustering/ClusteringConstants.Parameters.html#AVOID_INITIATION">AVOID_INITIATION</a></strong></code>
<div class="block">Do not automatically initialize the cluster.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/clustering/ClusteringConstants.Parameters.html#DOMAIN">DOMAIN</a></strong></code>
<div class="block">The clustering domain/group.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/clustering/ClusteringConstants.Parameters.html#IS_ACTIVE">IS_ACTIVE</a></strong></code>
<div class="block">Indicates whether this member is ACTIVE or PASSIVE</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/clustering/ClusteringConstants.Parameters.html#LOAD_BALANCE_EVENT_HANDLER">LOAD_BALANCE_EVENT_HANDLER</a></strong></code>
<div class="block">This is the even handler which will be notified in the case of load balancing events occurring.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/clustering/ClusteringConstants.Parameters.html#MEMBERSHIP_LISTENER">MEMBERSHIP_LISTENER</a></strong></code>
<div class="block">The implementaion of</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/clustering/ClusteringConstants.Parameters.html#MEMBERSHIP_SCHEME">MEMBERSHIP_SCHEME</a></strong></code>
<div class="block">The membership scheme used in this setup.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/clustering/ClusteringConstants.Parameters.html#MODE">MODE</a></strong></code>
<div class="block">Indicates the mode in which this member is running.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/clustering/ClusteringConstants.Parameters.html#PRESERVE_MSG_ORDER">PRESERVE_MSG_ORDER</a></strong></code>
<div class="block">Preserve message ordering.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis2/clustering/ClusteringConstants.Parameters.html#SYNCHRONIZE_ALL_MEMBERS">SYNCHRONIZE_ALL_MEMBERS</a></strong></code>
<div class="block">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?</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/axis2/clustering/ClusteringConstants.Parameters.html#ClusteringConstants.Parameters()">ClusteringConstants.Parameters</a></strong>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="MEMBERSHIP_SCHEME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MEMBERSHIP_SCHEME</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> MEMBERSHIP_SCHEME</pre>
<div class="block">The membership scheme used in this setup. The only values supported at the moment are
"multicast" and "wka"</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis2.clustering.ClusteringConstants.Parameters.MEMBERSHIP_SCHEME">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DOMAIN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DOMAIN</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DOMAIN</pre>
<div class="block">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 groups.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis2.clustering.ClusteringConstants.Parameters.DOMAIN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MODE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MODE</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> MODE</pre>
<div class="block">Indicates the mode in which this member is running. Valid values are "application" and
"loadBalance"
<p/>
application - This member hosts end user applications
loadBalance - This member is a part of the load balancer cluster</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis2.clustering.ClusteringConstants.Parameters.MODE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LOAD_BALANCE_EVENT_HANDLER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOAD_BALANCE_EVENT_HANDLER</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> LOAD_BALANCE_EVENT_HANDLER</pre>
<div class="block">This is the even handler which will be notified in the case of load balancing events occurring.
This class has to be an implementation of org.apache.axis2.clustering.LoadBalanceEventHandler
<p/>
This entry is only valid if the "mode" parameter is set to loadBalance</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis2.clustering.ClusteringConstants.Parameters.LOAD_BALANCE_EVENT_HANDLER">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="APPLICATION_DOMAIN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>APPLICATION_DOMAIN</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> APPLICATION_DOMAIN</pre>
<div class="block">This parameter is only valid when the "mode" parameter is set to "application"
<p/>
This indicates the domain in which the the applications being load balanced are deployed.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis2.clustering.ClusteringConstants.Parameters.APPLICATION_DOMAIN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SYNCHRONIZE_ALL_MEMBERS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SYNCHRONIZE_ALL_MEMBERS</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> SYNCHRONIZE_ALL_MEMBERS</pre>
<div class="block">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. Obviously, this can be time consuming. In some cases,
such this overhead may not be acceptable, in which case the value of this parameter
should be set to "false"</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis2.clustering.ClusteringConstants.Parameters.SYNCHRONIZE_ALL_MEMBERS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="AVOID_INITIATION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AVOID_INITIATION</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> AVOID_INITIATION</pre>
<div class="block">Do not automatically initialize the cluster. The programmer has to explicitly initialize
the cluster.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis2.clustering.ClusteringConstants.Parameters.AVOID_INITIATION">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PRESERVE_MSG_ORDER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PRESERVE_MSG_ORDER</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PRESERVE_MSG_ORDER</pre>
<div class="block">Preserve message ordering. This will be done according to sender order</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis2.clustering.ClusteringConstants.Parameters.PRESERVE_MSG_ORDER">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ATMOST_ONCE_MSG_SEMANTICS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ATMOST_ONCE_MSG_SEMANTICS</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ATMOST_ONCE_MSG_SEMANTICS</pre>
<div class="block">Maintain atmost-once message processing semantics</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis2.clustering.ClusteringConstants.Parameters.ATMOST_ONCE_MSG_SEMANTICS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="IS_ACTIVE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IS_ACTIVE</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> IS_ACTIVE</pre>
<div class="block">Indicates whether this member is ACTIVE or PASSIVE</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis2.clustering.ClusteringConstants.Parameters.IS_ACTIVE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MEMBERSHIP_LISTENER">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MEMBERSHIP_LISTENER</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> MEMBERSHIP_LISTENER</pre>
<div class="block">The implementaion of</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.axis2.clustering.ClusteringConstants.Parameters.MEMBERSHIP_LISTENER">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ClusteringConstants.Parameters()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ClusteringConstants.Parameters</h4>
<pre>public&nbsp;ClusteringConstants.Parameters()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ClusteringConstants.Parameters.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/axis2/clustering/ClusteringConstants.MembershipScheme.html" title="class in org.apache.axis2.clustering"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/axis2/clustering/ClusteringFault.html" title="class in org.apache.axis2.clustering"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/axis2/clustering/ClusteringConstants.Parameters.html" target="_top">Frames</a></li>
<li><a href="ClusteringConstants.Parameters.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &copy; <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>