|
|||||||||
| 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.features.parallelLocation.ParallelLocationFSM
public class ParallelLocationFSM
Machine that responds to an incoming call by placing outbound calls in parallel to a list of locations. The first to send a success response is connected to the caller. If none returns success, then an error response is sent.
| Nested Class Summary | |
|---|---|
class |
ParallelLocationFSM.PLACE_CALLS
|
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
ParallelLocationFSM(FeatureBox box,
java.util.Properties servletProps,
javax.servlet.ServletContext servletContext)
|
|
| Method Summary |
|---|
| 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 |
| Constructor Detail |
|---|
public ParallelLocationFSM(FeatureBox box,
java.util.Properties servletProps,
javax.servlet.ServletContext servletContext)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||