|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.echarts.Machine org.echarts.StateMachine org.echarts.TransitionMachine org.echarts.servlet.sip.FeatureBoxTerminationHandlerFSM
public class FeatureBoxTerminationHandlerFSM
Tear down all ports for the given box when any of these conditions occur: 1. Underlying FSM reaches terminal state 2. Bye received, not handled by underlying FSM 3. Cancel received, not handled by underlying FSM
Nested Class Summary | |
---|---|
class |
FeatureBoxTerminationHandlerFSM.TERMINATE
|
Field Summary |
---|
Constructor Summary | |
---|---|
FeatureBoxTerminationHandlerFSM(FeatureBox box)
|
Method Summary | |
---|---|
FeatureBox |
getBox()
For BoxMachine interface. |
Methods inherited from class org.echarts.TransitionMachine |
---|
addMessagelessTransition, addMessageTransition, globalStateString, globalStateString, initializeMessagelessTransitions, initializeMessageTransitions, initializeRoot, localStateString, localStateString, removePort, run, run, runNoQueueing |
Methods inherited from class org.echarts.StateMachine |
---|
setMachineDebugging, setMachineMonitor, setMachineMonitoring |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.echarts.servlet.sip.BoxMachine |
---|
run |
Constructor Detail |
---|
public FeatureBoxTerminationHandlerFSM(FeatureBox box) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public final FeatureBox getBox()
getBox
in interface BoxMachine
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |