|
||||||||||
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 | ||
---|---|---|
static Object |
StateMachineProxyFactory.create(Class<?>[] ifaces,
StateMachine sm)
|
|
static Object |
StateMachineProxyFactory.create(Class<?>[] ifaces,
StateMachine sm,
StateContextLookup contextLookup)
|
|
static Object |
StateMachineProxyFactory.create(Class<?>[] ifaces,
StateMachine sm,
StateContextLookup contextLookup,
EventArgumentsInterceptor interceptor,
EventFactory eventFactory)
|
|
static
|
StateMachineProxyFactory.create(Class<T> iface,
StateMachine sm)
|
|
static
|
StateMachineProxyFactory.create(Class<T> iface,
StateMachine sm,
StateContextLookup contextLookup)
|
|
static
|
StateMachineProxyFactory.create(Class<T> iface,
StateMachine sm,
StateContextLookup contextLookup,
EventArgumentsInterceptor interceptor)
|
|
static
|
StateMachineProxyFactory.create(Class<T> iface,
StateMachine sm,
StateContextLookup contextLookup,
EventArgumentsInterceptor interceptor,
EventFactory eventFactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |