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