| Package | Description |
|---|---|
| org.apache.mina.statemachine | |
| org.apache.mina.statemachine.transition |
| Modifier and Type | Method and Description |
|---|---|
List<SelfTransition> |
State.getOnEntrySelfTransitions()
Returns an unmodifiable
List of entry SelfTransitions |
List<SelfTransition> |
State.getOnExitSelfTransitions()
Returns an unmodifiable
List of exit SelfTransitions |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSelfTransition
Abstract
SelfTransition implementation. |
class |
MethodSelfTransition
SelfTransition which invokes a Method. |
Copyright © 2004–2017 Apache MINA Project. All rights reserved.