blob: ab064ea108a661c25a1d72600243b0cbc2fab585 [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 (version 1.7.0_55) on Thu Aug 25 11:37:36 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.apache.mina.statemachine.State (Apache MINA 2.0.14 API)</title>
<meta name="date" content="2016-08-25">
<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="Uses of Class org.apache.mina.statemachine.State (Apache MINA 2.0.14 API)";
}
//-->
</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><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 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>
<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 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 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="strong">State.</span><code><strong><a href="../../../../../org/apache/mina/statemachine/State.html#addTransition(org.apache.mina.statemachine.transition.Transition)">addTransition</a></strong>(<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="strong">State.</span><code><strong><a href="../../../../../org/apache/mina/statemachine/State.html#addTransition(org.apache.mina.statemachine.transition.Transition, int)">addTransition</a></strong>(<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="strong">State.</span><code><strong><a href="../../../../../org/apache/mina/statemachine/State.html#getParent()">getParent</a></strong>()</code>&nbsp;</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="strong">StateMachine.</span><code><strong><a href="../../../../../org/apache/mina/statemachine/StateMachine.html#getState(java.lang.String)">getState</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&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 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><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&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="strong">StateMachine.</span><code><strong><a href="../../../../../org/apache/mina/statemachine/StateMachine.html#getStates()">getStates</a></strong>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table 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><strong><a href="../../../../../org/apache/mina/statemachine/State.html#State(java.lang.String, org.apache.mina.statemachine.State)">State</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&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><strong><a href="../../../../../org/apache/mina/statemachine/StateMachine.html#StateMachine(org.apache.mina.statemachine.State[], java.lang.String)">StateMachine</a></strong>(<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>[]&nbsp;states,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&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 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><strong><a href="../../../../../org/apache/mina/statemachine/StateMachine.html#StateMachine(java.util.Collection, java.lang.String)">StateMachine</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&gt;&nbsp;states,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&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 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="strong">StateContext.</span><code><strong><a href="../../../../../org/apache/mina/statemachine/context/StateContext.html#getCurrentState()">getCurrentState</a></strong>()</code>&nbsp;</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="strong">AbstractStateContext.</span><code><strong><a href="../../../../../org/apache/mina/statemachine/context/AbstractStateContext.html#getCurrentState()">getCurrentState</a></strong>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table 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="strong">StateContext.</span><code><strong><a href="../../../../../org/apache/mina/statemachine/context/StateContext.html#setCurrentState(org.apache.mina.statemachine.State)">setCurrentState</a></strong>(<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="strong">AbstractStateContext.</span><code><strong><a href="../../../../../org/apache/mina/statemachine/context/AbstractStateContext.html#setCurrentState(org.apache.mina.statemachine.State)">setCurrentState</a></strong>(<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 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="strong">Transition.</span><code><strong><a href="../../../../../org/apache/mina/statemachine/transition/Transition.html#getNextState()">getNextState</a></strong>()</code>&nbsp;</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="strong">AbstractTransition.</span><code><strong><a href="../../../../../org/apache/mina/statemachine/transition/AbstractTransition.html#getNextState()">getNextState</a></strong>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table 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> 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>boolean</code></td>
<td class="colLast"><span class="strong">MethodSelfTransition.</span><code><strong><a href="../../../../../org/apache/mina/statemachine/transition/MethodSelfTransition.html#doExecute(org.apache.mina.statemachine.context.StateContext, org.apache.mina.statemachine.State)">doExecute</a></strong>(<a href="../../../../../org/apache/mina/statemachine/context/StateContext.html" title="interface in org.apache.mina.statemachine.context">StateContext</a>&nbsp;stateContext,
<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&nbsp;state)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract boolean</code></td>
<td class="colLast"><span class="strong">AbstractSelfTransition.</span><code><strong><a href="../../../../../org/apache/mina/statemachine/transition/AbstractSelfTransition.html#doExecute(org.apache.mina.statemachine.context.StateContext, org.apache.mina.statemachine.State)">doExecute</a></strong>(<a href="../../../../../org/apache/mina/statemachine/context/StateContext.html" title="interface in org.apache.mina.statemachine.context">StateContext</a>&nbsp;stateContext,
<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&nbsp;state)</code>
<div class="block">Executes this <a href="../../../../../org/apache/mina/statemachine/transition/SelfTransition.html" title="interface in org.apache.mina.statemachine.transition"><code>SelfTransition</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">SelfTransition.</span><code><strong><a href="../../../../../org/apache/mina/statemachine/transition/SelfTransition.html#execute(org.apache.mina.statemachine.context.StateContext, org.apache.mina.statemachine.State)">execute</a></strong>(<a href="../../../../../org/apache/mina/statemachine/context/StateContext.html" title="interface in org.apache.mina.statemachine.context">StateContext</a>&nbsp;stateContext,
<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&nbsp;state)</code>
<div class="block">Executes this <a href="../../../../../org/apache/mina/statemachine/transition/SelfTransition.html" title="interface in org.apache.mina.statemachine.transition"><code>SelfTransition</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">AbstractSelfTransition.</span><code><strong><a href="../../../../../org/apache/mina/statemachine/transition/AbstractSelfTransition.html#execute(org.apache.mina.statemachine.context.StateContext, org.apache.mina.statemachine.State)">execute</a></strong>(<a href="../../../../../org/apache/mina/statemachine/context/StateContext.html" title="interface in org.apache.mina.statemachine.context">StateContext</a>&nbsp;stateContext,
<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&nbsp;state)</code>
<div class="block">Executes this <a href="../../../../../org/apache/mina/statemachine/transition/SelfTransition.html" title="interface in org.apache.mina.statemachine.transition"><code>SelfTransition</code></a>.</div>
</td>
</tr>
</tbody>
</table>
<table 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><strong><a href="../../../../../org/apache/mina/statemachine/transition/AbstractTransition.html#AbstractTransition(java.lang.Object, org.apache.mina.statemachine.State)">AbstractTransition</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&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><strong><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></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;eventId,
<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&nbsp;nextState,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;method,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&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><strong><a href="../../../../../org/apache/mina/statemachine/transition/MethodTransition.html#MethodTransition(java.lang.Object, org.apache.mina.statemachine.State, java.lang.Object)">MethodTransition</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;eventId,
<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&nbsp;nextState,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&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><strong><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></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;eventId,
<a href="../../../../../org/apache/mina/statemachine/State.html" title="class in org.apache.mina.statemachine">State</a>&nbsp;nextState,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;methodName,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&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><strong><a href="../../../../../org/apache/mina/statemachine/transition/NoopTransition.html#NoopTransition(java.lang.Object, org.apache.mina.statemachine.State)">NoopTransition</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&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><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><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 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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2016 <a href="http://mina.apache.org/">Apache MINA Project</a>. All rights reserved.</small></p>
</body>
</html>