Uses of Class
org.apache.mina.statemachine.StateMachineFactory
-
Packages that use StateMachineFactory Package Description org.apache.mina.statemachine -
-
Uses of StateMachineFactory in org.apache.mina.statemachine
Methods in org.apache.mina.statemachine that return StateMachineFactory Modifier and Type Method Description static StateMachineFactoryStateMachineFactory. getInstance(java.lang.Class<? extends java.lang.annotation.Annotation> transitionAnnotation)Returns a newStateMachineFactoryinstance which createsStateMachines by reading the specifiedTransitionequivalent annotation.
-