Uses of Class
org.apache.mina.statemachine.StateMachineProxyBuilder
-
Packages that use StateMachineProxyBuilder Package Description org.apache.mina.statemachine -
-
Uses of StateMachineProxyBuilder in org.apache.mina.statemachine
Methods in org.apache.mina.statemachine that return StateMachineProxyBuilder Modifier and Type Method Description StateMachineProxyBuilderStateMachineProxyBuilder. setClassLoader(java.lang.ClassLoader cl)Sets the class loader to use for instantiating proxies.StateMachineProxyBuilderStateMachineProxyBuilder. setEventArgumentsInterceptor(EventArgumentsInterceptor interceptor)Sets theEventArgumentsInterceptorto be used.StateMachineProxyBuilderStateMachineProxyBuilder. setEventFactory(EventFactory eventFactory)Sets theEventFactoryto be used.StateMachineProxyBuilderStateMachineProxyBuilder. 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.StateMachineProxyBuilderStateMachineProxyBuilder. setIgnoreUnhandledEvents(boolean b)Sets whether events which have no handler in the current state will raise an exception or be silently ignored.StateMachineProxyBuilderStateMachineProxyBuilder. setName(java.lang.String name)Sets the name of the proxy created by this builder.StateMachineProxyBuilderStateMachineProxyBuilder. setStateContextLookup(StateContextLookup contextLookup)Sets theStateContextLookupto be used.
-