Uses of Class
org.apache.mina.statemachine.StateMachineProxyBuilder

Packages that use StateMachineProxyBuilder
org.apache.mina.statemachine   
 

Uses of StateMachineProxyBuilder in org.apache.mina.statemachine
 

Methods in org.apache.mina.statemachine that return StateMachineProxyBuilder
 StateMachineProxyBuilder StateMachineProxyBuilder.setClassLoader(ClassLoader cl)
          Sets the class loader to use for instantiating proxies.
 StateMachineProxyBuilder StateMachineProxyBuilder.setEventArgumentsInterceptor(EventArgumentsInterceptor interceptor)
          Sets the EventArgumentsInterceptor to be used.
 StateMachineProxyBuilder StateMachineProxyBuilder.setEventFactory(EventFactory eventFactory)
          Sets the EventFactory to be used.
 StateMachineProxyBuilder StateMachineProxyBuilder.setIgnoreStateContextLookupFailure(boolean b)
          Sets whether the failure to lookup a StateContext corresponding to a method call on the proxy produced by this builder will raise an exception or be silently ignored.
 StateMachineProxyBuilder StateMachineProxyBuilder.setIgnoreUnhandledEvents(boolean b)
          Sets whether events which have no handler in the current state will raise an exception or be silently ignored.
 StateMachineProxyBuilder StateMachineProxyBuilder.setName(String name)
          Sets the name of the proxy created by this builder.
 StateMachineProxyBuilder StateMachineProxyBuilder.setStateContextLookup(StateContextLookup contextLookup)
          Sets the StateContextLookup to be used.
 



Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.