Uses of Class
org.apache.mina.statemachine.StateMachineFactory
Packages that use StateMachineFactory
-
Uses of StateMachineFactory in org.apache.mina.statemachine
Methods in org.apache.mina.statemachine that return StateMachineFactoryModifier and TypeMethodDescriptionstatic StateMachineFactoryStateMachineFactory.getInstance(Class<? extends Annotation> transitionAnnotation) Returns a newStateMachineFactoryinstance which createsStateMachines by reading the specifiedTransitionequivalent annotation.