class TimeoutConnectionProcessor extends TimeoutConnectionFsm
This file was generated using AnotherFSM CodeGenerator:
java -classpath anotherfsm-0.2.0-dev.jar net.sourceforge.anotherfsm.qfsm.CodeGenerator --force --config-file TimeoutConnection.xml --qfsm-file TimeoutConnection.fsm
connected, connected_ConnectionStateEvent_instanceCONNECT_connected, connected_ConnectionStateEvent_instanceDISCONNECT_disconnected, connected_TimeoutEvent_instance10000TimeoutEvent_Type_LOOP_NO_RESTART_disconnected, disconnected, disconnected_ConnectionStateEvent_instanceCONNECT_connected, disconnected_ConnectionStateEvent_instanceDISCONNECT_disconnected, disconnected_TimeoutEvent_instance10000TimeoutEvent_Type_LOOP_RESTART_disconnected
logger
INITIAL_STATE_NAME
Constructor and Description |
---|
TimeoutConnectionProcessor(java.lang.String name)
Create the object, define and connect listeners.
|
close, start
getActiveState, getActiveStates, isInFinalState, process
addListener, addListener, addPreprocessor, addState, addTransition, easterEgg, getStates, getTransition, getTransitions, setStartState, toString
getName
public TimeoutConnectionProcessor(java.lang.String name) throws FsmException
name
- the name of the state machineFsmException
- if building of state machine failsCopyright 2013 Michal Turek, AnotherFSM.