|
|||||||||
| 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.machines.TransparentFSM
public class TransparentFSM
Propagate requests and responses between ports. Appropriate to use once a call is connected (e.g., B2BUA.CONNECTED). When BYE is received, this FSM propagates it like any other request. This allows for end-to-end teardown in the case where the BYE or the BYE response carries information that should be propagated.
| Nested Class Summary | |
|---|---|
class |
TransparentFSM.TRANSPARENT
|
| Field Summary | |
|---|---|
static java.lang.String |
RECEIVED_BYE
|
TransparentHandleRequestFSM[] |
TRANSPARENT
|
| Constructor Summary | |
|---|---|
TransparentFSM(SipPort port1,
SipPort port2)
|
|
| Method Summary | |
|---|---|
Bye |
getReceivedBye()
Get BYE message received by this machine. |
| 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 |
| Field Detail |
|---|
public static final java.lang.String RECEIVED_BYE
public TransparentHandleRequestFSM[] TRANSPARENT
| Constructor Detail |
|---|
public TransparentFSM(SipPort port1,
SipPort port2)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public Bye getReceivedBye()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||