| 程序包 | 说明 | 
|---|---|
| org.apache.mina.statemachine | 
| 限定符和类型 | 方法和说明 | 
|---|---|
StateMachineProxyBuilder | 
StateMachineProxyBuilder.setClassLoader(java.lang.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(java.lang.String name)
Sets the name of the proxy created by this builder. 
 | 
StateMachineProxyBuilder | 
StateMachineProxyBuilder.setStateContextLookup(StateContextLookup contextLookup)
Sets the  
StateContextLookup to be used. |