blob: 1dbc517da122f3fb46a33aa2b73ba76849ae78b6 [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>
<!-- Generated by javadoc -->
<title>AsyncEventQueueMXBean (Apache Geode 1.15.0)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AsyncEventQueueMXBean (Apache Geode 1.15.0)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<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="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/geode/management/AlreadyRunningException.html" title="class in org.apache.geode.management"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/geode/management/BackupStatus.html" title="interface in org.apache.geode.management"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/geode/management/AsyncEventQueueMXBean.html" target="_top">Frames</a></li>
<li><a href="AsyncEventQueueMXBean.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;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>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></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.geode.management</div>
<h2 title="Interface AsyncEventQueueMXBean" class="title">Interface AsyncEventQueueMXBean</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public interface <span class="typeNameLabel">AsyncEventQueueMXBean</span></pre>
<div class="block">MBean that provides access to an <a href="../../../../org/apache/geode/cache/asyncqueue/AsyncEventQueue.html" title="interface in org.apache.geode.cache.asyncqueue"><code>AsyncEventQueue</code></a>.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>GemFire 7.0</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#getAsyncEventListener--">getAsyncEventListener</a></span>()</code>
<div class="block">Returns the class name of the AsyncEventListener that is attached to the queue.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#getBatchSize--">getBatchSize</a></span>()</code>
<div class="block">Returns the size of a batch that gets delivered over the AsyncEventQueue.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#getBatchTimeInterval--">getBatchTimeInterval</a></span>()</code>
<div class="block">Returns the interval between transmissions by the AsyncEventQueue.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#getBytesOverflowedToDisk--">getBytesOverflowedToDisk</a></span>()</code>
<div class="block">Returns the number of bytes overflowed to disk for this Sender.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#getDispatcherThreads--">getDispatcherThreads</a></span>()</code>
<div class="block">Returns the number of dispatcher threads working for this <code>AsyncEventQueue</code>.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#getEntriesOverflowedToDisk--">getEntriesOverflowedToDisk</a></span>()</code>
<div class="block">Returns the number of entries overflowed to disk for this Sender.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#getEventQueueSize--">getEventQueueSize</a></span>()</code>
<div class="block">Returns the Size of the event queue</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#getId--">getId</a></span>()</code>
<div class="block">Returns the ID of the AsyncEventQueue.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#getLRUEvictionsRate--">getLRUEvictionsRate</a></span>()</code>
<div class="block">Returns the rate of LRU evictions per second by this Sender.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#getMaximumQueueMemory--">getMaximumQueueMemory</a></span>()</code>
<div class="block">Returns the maximum memory after which the data needs to be overflowed to disk.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#getOrderPolicy--">getOrderPolicy</a></span>()</code>
<div class="block">Returns the order policy followed while dispatching the events to remote distributed system.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#getOverflowDiskStoreName--">getOverflowDiskStoreName</a></span>()</code>
<div class="block">Returns the name of the disk store that is used for persistence.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#isBatchConflationEnabled--">isBatchConflationEnabled</a></span>()</code>
<div class="block">Returns whether batch conflation for the AsyncEventQueue is enabled</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#isDiskSynchronous--">isDiskSynchronous</a></span>()</code>
<div class="block">Returns whether the isDiskSynchronous property is set for this AsyncEventQueue.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#isDispatchingPaused--">isDispatchingPaused</a></span>()</code>
<div class="block">Returns the state of the event dispatcher.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#isParallel--">isParallel</a></span>()</code>
<div class="block">Returns whether the isParallel property is set for this AsyncEventQueue.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#isPersistent--">isPersistent</a></span>()</code>
<div class="block">Returns whether the AsyncEventQueue is configured to be persistent or non-persistent.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/management/AsyncEventQueueMXBean.html#isPrimary--">isPrimary</a></span>()</code>
<div class="block">Returns whether the queue is primary or secondary.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getId</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getId()</pre>
<div class="block">Returns the ID of the AsyncEventQueue.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the ID of the AsyncEventQueue</dd>
</dl>
</li>
</ul>
<a name="getOverflowDiskStoreName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOverflowDiskStoreName</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getOverflowDiskStoreName()</pre>
<div class="block">Returns the name of the disk store that is used for persistence.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the name of the disk store that is used for persistence</dd>
</dl>
</li>
</ul>
<a name="getMaximumQueueMemory--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaximumQueueMemory</h4>
<pre>int&nbsp;getMaximumQueueMemory()</pre>
<div class="block">Returns the maximum memory after which the data needs to be overflowed to disk.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the maximum memory after which the data needs to be overflowed to disk</dd>
</dl>
</li>
</ul>
<a name="getBatchSize--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBatchSize</h4>
<pre>int&nbsp;getBatchSize()</pre>
<div class="block">Returns the size of a batch that gets delivered over the AsyncEventQueue.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the size of a batch that gets delivered over the AsyncEventQueue</dd>
</dl>
</li>
</ul>
<a name="getBatchTimeInterval--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBatchTimeInterval</h4>
<pre>long&nbsp;getBatchTimeInterval()</pre>
<div class="block">Returns the interval between transmissions by the AsyncEventQueue.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the interval between transmissions by the AsyncEventQueue</dd>
</dl>
</li>
</ul>
<a name="isBatchConflationEnabled--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isBatchConflationEnabled</h4>
<pre>boolean&nbsp;isBatchConflationEnabled()</pre>
<div class="block">Returns whether batch conflation for the AsyncEventQueue is enabled</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>True if batch conflation is enabled, false otherwise.</dd>
</dl>
</li>
</ul>
<a name="isPersistent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isPersistent</h4>
<pre>boolean&nbsp;isPersistent()</pre>
<div class="block">Returns whether the AsyncEventQueue is configured to be persistent or non-persistent.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>True if the queue is persistent, false otherwise.</dd>
</dl>
</li>
</ul>
<a name="isPrimary--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isPrimary</h4>
<pre>boolean&nbsp;isPrimary()</pre>
<div class="block">Returns whether the queue is primary or secondary. Events get delivered only by the primary
queue. If the primary queue goes down then the secondary queue first becomes primary and then
starts delivering the events.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>True if this is the primary queue, false otherwise.</dd>
</dl>
</li>
</ul>
<a name="getDispatcherThreads--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDispatcherThreads</h4>
<pre>int&nbsp;getDispatcherThreads()</pre>
<div class="block">Returns the number of dispatcher threads working for this <code>AsyncEventQueue</code>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the number of dispatcher threads working for this <code>AsyncEventQueue</code></dd>
</dl>
</li>
</ul>
<a name="getOrderPolicy--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOrderPolicy</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getOrderPolicy()</pre>
<div class="block">Returns the order policy followed while dispatching the events to remote distributed system.
Order policy is only relevant when the number of dispatcher threads is greater than one.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the order policy followed while dispatching the events to remote distributed system</dd>
</dl>
</li>
</ul>
<a name="isDiskSynchronous--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isDiskSynchronous</h4>
<pre>boolean&nbsp;isDiskSynchronous()</pre>
<div class="block">Returns whether the isDiskSynchronous property is set for this AsyncEventQueue.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>True if the property is set, false otherwise.</dd>
</dl>
</li>
</ul>
<a name="isParallel--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isParallel</h4>
<pre>boolean&nbsp;isParallel()</pre>
<div class="block">Returns whether the isParallel property is set for this AsyncEventQueue.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>True if the property is set, false otherwise.</dd>
</dl>
</li>
</ul>
<a name="getAsyncEventListener--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAsyncEventListener</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAsyncEventListener()</pre>
<div class="block">Returns the class name of the AsyncEventListener that is attached to the queue.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the class name of the AsyncEventListener that is attached to the queue</dd>
</dl>
</li>
</ul>
<a name="getEventQueueSize--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEventQueueSize</h4>
<pre>int&nbsp;getEventQueueSize()</pre>
<div class="block">Returns the Size of the event queue</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the Size of the event queue</dd>
</dl>
</li>
</ul>
<a name="getLRUEvictionsRate--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLRUEvictionsRate</h4>
<pre>float&nbsp;getLRUEvictionsRate()</pre>
<div class="block">Returns the rate of LRU evictions per second by this Sender.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the rate of LRU evictions per second by this Sender</dd>
</dl>
</li>
</ul>
<a name="getEntriesOverflowedToDisk--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEntriesOverflowedToDisk</h4>
<pre>long&nbsp;getEntriesOverflowedToDisk()</pre>
<div class="block">Returns the number of entries overflowed to disk for this Sender.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the number of entries overflowed to disk for this Sender</dd>
</dl>
</li>
</ul>
<a name="getBytesOverflowedToDisk--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBytesOverflowedToDisk</h4>
<pre>long&nbsp;getBytesOverflowedToDisk()</pre>
<div class="block">Returns the number of bytes overflowed to disk for this Sender.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the number of bytes overflowed to disk for this Sender</dd>
</dl>
</li>
</ul>
<a name="isDispatchingPaused--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isDispatchingPaused</h4>
<pre>boolean&nbsp;isDispatchingPaused()</pre>
<div class="block">Returns the state of the event dispatcher.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>True if the dispatcher is paused, false otherwise.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<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="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/geode/management/AlreadyRunningException.html" title="class in org.apache.geode.management"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/geode/management/BackupStatus.html" title="interface in org.apache.geode.management"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/geode/management/AsyncEventQueueMXBean.html" target="_top">Frames</a></li>
<li><a href="AsyncEventQueueMXBean.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;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>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>