|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(Object handler)
Creates a new StateMachine from the specified handler object and
using a start state with id start. |
StateMachine |
StateMachineFactory.create(Object handler,
Object... handlers)
Creates a new StateMachine from the specified handler objects and
using a start state with id start. |
StateMachine |
StateMachineFactory.create(String start,
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(String start,
Object handler,
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 | ||
|---|---|---|
Object |
StateMachineProxyBuilder.create(Class<?>[] ifaces,
StateMachine sm)
Creates a proxy for the specified interfaces and which uses the specified StateMachine. |
|
|
StateMachineProxyBuilder.create(Class<T> iface,
StateMachine sm)
Creates a proxy for the specified interface and which uses the specified StateMachine. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||