|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.echarts.Machine
org.echarts.StateMachine
org.echarts.TransitionMachine
org.echarts.servlet.sip.SipPortTeardownFSM
public class SipPortTeardownFSM
FSM to tear down a SipPort based on its PortState.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
SipPortTeardownFSM(SipPort sipPort)
Machine to tear down a SipPort based on its current call state. |
|
SipPortTeardownFSM(SipPort sipPort,
boolean destroyAfterTeardown)
Machine to tear down a SipPort based on its current call state, and optionally destroy port after teardown. |
|
| 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 SipPortTeardownFSM(SipPort sipPort)
throws java.lang.Exception
java.lang.Exception
public SipPortTeardownFSM(SipPort sipPort,
boolean destroyAfterTeardown)
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 | ||||||||