Package org.apache.mina.statemachine
Class StateMachineProxyBuilder.MethodInvocationHandler
- java.lang.Object
-
- org.apache.mina.statemachine.StateMachineProxyBuilder.MethodInvocationHandler
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
- Enclosing class:
- StateMachineProxyBuilder
private static class StateMachineProxyBuilder.MethodInvocationHandler extends java.lang.Object implements java.lang.reflect.InvocationHandler
-
-
Field Summary
Fields Modifier and Type Field Description private StateContextLookupcontextLookupprivate EventFactoryeventFactoryprivate booleanignoreStateContextLookupFailureprivate booleanignoreUnhandledEventsprivate EventArgumentsInterceptorinterceptorprivate java.lang.Stringnameprivate StateMachinesm
-
Constructor Summary
Constructors Constructor Description MethodInvocationHandler(StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory, boolean ignoreUnhandledEvents, boolean ignoreStateContextLookupFailure, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
-
-
-
Field Detail
-
sm
private final StateMachine sm
-
contextLookup
private final StateContextLookup contextLookup
-
interceptor
private final EventArgumentsInterceptor interceptor
-
eventFactory
private final EventFactory eventFactory
-
ignoreUnhandledEvents
private final boolean ignoreUnhandledEvents
-
ignoreStateContextLookupFailure
private final boolean ignoreStateContextLookupFailure
-
name
private final java.lang.String name
-
-
Constructor Detail
-
MethodInvocationHandler
public MethodInvocationHandler(StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory, boolean ignoreUnhandledEvents, boolean ignoreStateContextLookupFailure, java.lang.String name)
-
-