| Name | Description | Type | Package | Framework |
| AbstractSelfTransition | Abstract SelfTransition implementation. | Class | org.apache.mina.statemachine.transition | Apache Mina |
| AbstractTransition | Abstract Transition implementation. | Class | org.apache.mina.statemachine.transition | Apache Mina |
| AmbiguousMethodException | Thrown by the constructors in MethodTransition if there are several methods with the specifed name in the target object's class. | Class | org.apache.mina.statemachine.transition | Apache Mina |
| MethodInvocationException | Thrown by MethodTransition if the target method couldn't be invoked or threw an exception. | Class | org.apache.mina.statemachine.transition | Apache Mina |
| MethodSelfTransition | SelfTransition which invokes a Method. | Class | org.apache.mina.statemachine.transition | Apache Mina |
| MethodTransition | Transition which invokes a Method. | Class | org.apache.mina.statemachine.transition | Apache Mina |
| NoopTransition | Transition implementation which does nothing but change the state. | Class | org.apache.mina.statemachine.transition | Apache Mina |
| NoSuchMethodException | RuntimeException equivalent of NoSuchMethodException. | Class | org.apache.mina.statemachine.transition | Apache Mina |
| SelfTransition | The interface implemented by classes which need to react on enteringAuthor:Apache MINA Project | Interface | org.apache.mina.statemachine.transition | Apache Mina |
| Transition | The interface implemented by classes which need to react on transitionsAuthor:Apache MINA Project | Interface | org.apache.mina.statemachine.transition | Apache Mina |