blob: e72a72dcc148606c513fc168360ef9ede9f096ae [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 (1.8.0_191) on Sat Mar 16 18:07:15 CET 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.mina.statemachine.State (Apache MINA 2.0.0-M1 API Documentation)</title>
<meta name="date" content="2019-03-16">
<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="Uses of Class org.apache.mina.statemachine.State (Apache MINA 2.0.0-M1 API Documentation)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/mina/statemachine/class-use/State.html" target="_top">Frames</a></li>
<li><a href="State.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.mina.statemachine.State" class="title">Uses of Class<br>org.apache.mina.statemachine.State</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.mina.statemachine">org.apache.mina.statemachine</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.mina.statemachine.context">org.apache.mina.statemachine.context</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.mina.statemachine.transition">org.apache.mina.statemachine.transition</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.mina.statemachine">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a> in <a href="../../../../../org/apache/mina/statemachine/package-summary.html">org.apache.mina.statemachine</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/mina/statemachine/package-summary.html">org.apache.mina.statemachine</a> that return <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></code></td>
<td class="colLast"><span class="typeNameLabel">State.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/State.html#addTransition-org.apache.mina.statemachine.transition.Transition-">addTransition</a></span>(<a href="../../../../../org/apache/mina/statemachine/transition/Transition.html" title="interface in org.apache.mina.statemachine.transition">Transition</a>&nbsp;transition)</code>
<div class="block">Adds an outgoing <a href="../../../../../org/apache/mina/statemachine/transition/Transition.html" title="interface in org.apache.mina.statemachine.transition"><code>Transition</code></a> to this <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine"><code>State</code></a> with weight 0.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></code></td>
<td class="colLast"><span class="typeNameLabel">State.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/State.html#addTransition-org.apache.mina.statemachine.transition.Transition-int-">addTransition</a></span>(<a href="../../../../../org/apache/mina/statemachine/transition/Transition.html" title="interface in org.apache.mina.statemachine.transition">Transition</a>&nbsp;transition,
int&nbsp;weight)</code>
<div class="block">Adds an outgoing <a href="../../../../../org/apache/mina/statemachine/transition/Transition.html" title="interface in org.apache.mina.statemachine.transition"><code>Transition</code></a> to this <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine"><code>State</code></a> with the
specified weight.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></code></td>
<td class="colLast"><span class="typeNameLabel">State.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/State.html#getParent--">getParent</a></span>()</code>
<div class="block">Returns the parent <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine"><code>State</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></code></td>
<td class="colLast"><span class="typeNameLabel">StateMachine.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/StateMachine.html#getState-java.lang.String-">getState</a></span>(java.lang.String&nbsp;id)</code>
<div class="block">Returns the <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine"><code>State</code></a> with the specified id.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/mina/statemachine/package-summary.html">org.apache.mina.statemachine</a> that return types with arguments of type <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">StateMachine.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/StateMachine.html#getStates--">getStates</a></span>()</code>
<div class="block">Returns an unmodifiable <code>Collection</code> of all <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine"><code>State</code></a>s used by
this <a href="../../../../../org/apache/mina/statemachine/StateMachine.html" title="class in org.apache.mina.statemachine"><code>StateMachine</code></a>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/mina/statemachine/package-summary.html">org.apache.mina.statemachine</a> with parameters of type <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/State.html#State-java.lang.String-org.apache.mina.statemachine.State-">State</a></span>(java.lang.String&nbsp;id,
<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&nbsp;parent)</code>
<div class="block">Creates a new <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine"><code>State</code></a> with the specified id and parent.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/StateMachine.html#StateMachine-org.apache.mina.statemachine.State:A-java.lang.String-">StateMachine</a></span>(<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>[]&nbsp;states,
java.lang.String&nbsp;startStateId)</code>
<div class="block">Creates a new instance using the specified <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine"><code>State</code></a>s and start
state.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../../org/apache/mina/statemachine/package-summary.html">org.apache.mina.statemachine</a> with type arguments of type <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/StateMachine.html#StateMachine-java.util.Collection-java.lang.String-">StateMachine</a></span>(java.util.Collection&lt;<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&gt;&nbsp;states,
java.lang.String&nbsp;startStateId)</code>
<div class="block">Creates a new instance using the specified <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine"><code>State</code></a>s and start
state.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.mina.statemachine.context">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a> in <a href="../../../../../org/apache/mina/statemachine/context/package-summary.html">org.apache.mina.statemachine.context</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/mina/statemachine/context/package-summary.html">org.apache.mina.statemachine.context</a> that return <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></code></td>
<td class="colLast"><span class="typeNameLabel">StateContext.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/context/StateContext.html#getCurrentState--">getCurrentState</a></span>()</code>
<div class="block">Returns the current <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine"><code>State</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></code></td>
<td class="colLast"><span class="typeNameLabel">AbstractStateContext.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/context/AbstractStateContext.html#getCurrentState--">getCurrentState</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/mina/statemachine/context/package-summary.html">org.apache.mina.statemachine.context</a> with parameters of type <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">StateContext.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/context/StateContext.html#setCurrentState-org.apache.mina.statemachine.State-">setCurrentState</a></span>(<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&nbsp;state)</code>
<div class="block">Sets the current <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine"><code>State</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractStateContext.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/context/AbstractStateContext.html#setCurrentState-org.apache.mina.statemachine.State-">setCurrentState</a></span>(<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&nbsp;state)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.mina.statemachine.transition">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a> in <a href="../../../../../org/apache/mina/statemachine/transition/package-summary.html">org.apache.mina.statemachine.transition</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/mina/statemachine/transition/package-summary.html">org.apache.mina.statemachine.transition</a> that return <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></code></td>
<td class="colLast"><span class="typeNameLabel">Transition.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/transition/Transition.html#getNextState--">getNextState</a></span>()</code>
<div class="block">Returns the <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine"><code>State</code></a> which the <a href="../../../../../org/apache/mina/statemachine/StateMachine.html" title="class in org.apache.mina.statemachine"><code>StateMachine</code></a> should move to
if this <a href="../../../../../org/apache/mina/statemachine/transition/Transition.html" title="interface in org.apache.mina.statemachine.transition"><code>Transition</code></a> is taken and <a href="../../../../../org/apache/mina/statemachine/transition/Transition.html#execute-org.apache.mina.statemachine.event.Event-"><code>Transition.execute(Event)</code></a> returns
<code>true</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></code></td>
<td class="colLast"><span class="typeNameLabel">AbstractTransition.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/transition/AbstractTransition.html#getNextState--">getNextState</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/mina/statemachine/transition/package-summary.html">org.apache.mina.statemachine.transition</a> with parameters of type <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/transition/AbstractTransition.html#AbstractTransition-java.lang.Object-org.apache.mina.statemachine.State-">AbstractTransition</a></span>(java.lang.Object&nbsp;eventId,
<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&nbsp;nextState)</code>
<div class="block">Creates a new instance with the specified <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine"><code>State</code></a> as next state
and for the specified <a href="../../../../../org/apache/mina/statemachine/event/Event.html" title="class in org.apache.mina.statemachine.event"><code>Event</code></a> id.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/transition/MethodTransition.html#MethodTransition-java.lang.Object-org.apache.mina.statemachine.State-java.lang.reflect.Method-java.lang.Object-">MethodTransition</a></span>(java.lang.Object&nbsp;eventId,
<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&nbsp;nextState,
java.lang.reflect.Method&nbsp;method,
java.lang.Object&nbsp;target)</code>
<div class="block">Creates a new instance with the specified <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine"><code>State</code></a> as next state
and for the specified <a href="../../../../../org/apache/mina/statemachine/event/Event.html" title="class in org.apache.mina.statemachine.event"><code>Event</code></a> id.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/transition/MethodTransition.html#MethodTransition-java.lang.Object-org.apache.mina.statemachine.State-java.lang.Object-">MethodTransition</a></span>(java.lang.Object&nbsp;eventId,
<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&nbsp;nextState,
java.lang.Object&nbsp;target)</code>
<div class="block">Creates a new instance with the specified <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine"><code>State</code></a> as next state
and for the specified <a href="../../../../../org/apache/mina/statemachine/event/Event.html" title="class in org.apache.mina.statemachine.event"><code>Event</code></a> id.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/transition/MethodTransition.html#MethodTransition-java.lang.Object-org.apache.mina.statemachine.State-java.lang.String-java.lang.Object-">MethodTransition</a></span>(java.lang.Object&nbsp;eventId,
<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&nbsp;nextState,
java.lang.String&nbsp;methodName,
java.lang.Object&nbsp;target)</code>
<div class="block">Creates a new instance with the specified <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine"><code>State</code></a> as next state
and for the specified <a href="../../../../../org/apache/mina/statemachine/event/Event.html" title="class in org.apache.mina.statemachine.event"><code>Event</code></a> id.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/mina/statemachine/transition/NoopTransition.html#NoopTransition-java.lang.Object-org.apache.mina.statemachine.State-">NoopTransition</a></span>(java.lang.Object&nbsp;eventId,
<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&nbsp;nextState)</code>
<div class="block">Creates a new instance with the specified <a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine"><code>State</code></a> as next state
and for the specified <a href="../../../../../org/apache/mina/statemachine/event/Event.html" title="class in org.apache.mina.statemachine.event"><code>Event</code></a> id.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">Class</a></li>
<li class="navBarCell1Rev">Use</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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/mina/statemachine/class-use/State.html" target="_top">Frames</a></li>
<li><a href="State.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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2004-2019 <a href="http://mina.apache.org/">Apache MINA Project</a>. All Rights Reserved.</small></p>
</body>
</html>