| java.lang.Object org.apache.mina.statemachine.StateMachineProxyFactory
StateMachineProxyFactory | public class StateMachineProxyFactory (Code) | | Used to create proxies which will forward all method calls on them to a
StateMachine .
author: The Apache MINA Project (dev@mina.apache.org) version: $Rev: 600096 $, $Date: 2007-12-01 05:00:27 -0700 (Sat, 01 Dec 2007) $ |
Method Summary | |
public static T | create(Class<T> iface, StateMachine sm) | public static T | create(Class<T> iface, StateMachine sm, StateContextLookup contextLookup) | public static T | create(Class<T> iface, StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor) | public static T | create(Class<T> iface, StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory) | public static Object | create(Class>[] ifaces, StateMachine sm) | public static Object | create(Class>[] ifaces, StateMachine sm, StateContextLookup contextLookup) | public static Object | create(Class>[] ifaces, StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory) |
|
|