| Package | Description |
|---|---|
| org.apache.mina.statemachine | |
| org.apache.mina.statemachine.context |
| Modifier and Type | Field and Description |
|---|---|
private StateContextLookup |
StateMachineProxyBuilder.contextLookup |
private StateContextLookup |
StateMachineProxyBuilder.MethodInvocationHandler.contextLookup |
| Modifier and Type | Method and Description |
|---|---|
StateMachineProxyBuilder |
StateMachineProxyBuilder.setStateContextLookup(StateContextLookup contextLookup)
Sets the
StateContextLookup to be used. |
| Constructor and Description |
|---|
MethodInvocationHandler(StateMachine sm,
StateContextLookup contextLookup,
EventArgumentsInterceptor interceptor,
EventFactory eventFactory,
boolean ignoreUnhandledEvents,
boolean ignoreStateContextLookupFailure,
java.lang.String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStateContextLookup
Abstract
StateContextLookup implementation. |
class |
IoSessionStateContextLookup
|
class |
SingletonStateContextLookup
StateContextLookup implementation which always returns the same
StateContext instance. |