Uses of Class
org.apache.mina.statemachine.StateMachine

Packages that use StateMachine
org.apache.mina.statemachine   
 

Uses of StateMachine in org.apache.mina.statemachine
 

Methods in org.apache.mina.statemachine that return StateMachine
 StateMachine StateMachineFactory.create(java.lang.Object handler)
          Creates a new StateMachine from the specified handler object and using a start state with id start.
 StateMachine StateMachineFactory.create(java.lang.Object handler, java.lang.Object... handlers)
          Creates a new StateMachine from the specified handler objects and using a start state with id start.
 StateMachine StateMachineFactory.create(java.lang.String start, java.lang.Object handler)
          Creates a new StateMachine from the specified handler object and using the State with the specified id as start state.
 StateMachine StateMachineFactory.create(java.lang.String start, java.lang.Object handler, java.lang.Object... handlers)
          Creates a new StateMachine from the specified handler objects and using the State with the specified id as start state.
 

Methods in org.apache.mina.statemachine with parameters of type StateMachine
 java.lang.Object StateMachineProxyBuilder.create(java.lang.Class<?>[] ifaces, StateMachine sm)
          Creates a proxy for the specified interfaces and which uses the specified StateMachine.
<T> T
StateMachineProxyBuilder.create(java.lang.Class<T> iface, StateMachine sm)
          Creates a proxy for the specified interface and which uses the specified StateMachine.
 



Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.