程序包 | 说明 |
---|---|
org.apache.mina.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. |
限定符和类型 | 方法和说明 |
---|---|
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 . |