| Package | Description |
|---|---|
| org.apache.mina.statemachine |
| Modifier and Type | Field and Description |
|---|---|
private StateMachine |
StateMachineProxyBuilder.MethodInvocationHandler.sm |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
MethodInvocationHandler(StateMachine sm,
StateContextLookup contextLookup,
EventArgumentsInterceptor interceptor,
EventFactory eventFactory,
boolean ignoreUnhandledEvents,
boolean ignoreStateContextLookupFailure,
java.lang.String name) |