Class StateMachineProxyBuilder.MethodInvocationHandler
java.lang.Object
org.apache.mina.statemachine.StateMachineProxyBuilder.MethodInvocationHandler
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
StateMachineProxyBuilder
private static class StateMachineProxyBuilder.MethodInvocationHandler
extends Object
implements InvocationHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StateContextLookupprivate final EventFactoryprivate final booleanprivate final booleanprivate final EventArgumentsInterceptorprivate final Stringprivate final StateMachine -
Constructor Summary
ConstructorsConstructorDescriptionMethodInvocationHandler(StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory, boolean ignoreUnhandledEvents, boolean ignoreStateContextLookupFailure, String name) -
Method Summary
-
Field Details
-
sm
-
contextLookup
-
interceptor
-
eventFactory
-
ignoreUnhandledEvents
private final boolean ignoreUnhandledEvents -
ignoreStateContextLookupFailure
private final boolean ignoreStateContextLookupFailure -
name
-
-
Constructor Details
-
MethodInvocationHandler
public MethodInvocationHandler(StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory, boolean ignoreUnhandledEvents, boolean ignoreStateContextLookupFailure, String name)
-
-
Method Details
-
invoke
-