| Package | Description |
|---|---|
| org.mobicents.fsm | |
| org.mobicents.javax.media.mscontrol.container | |
| org.mobicents.javax.media.mscontrol.networkconnection |
| Modifier and Type | Field and Description |
|---|---|
protected State |
Transition.destination |
protected State |
FSM.end |
protected State |
FSM.start |
protected State |
FSM.state |
| Modifier and Type | Method and Description |
|---|---|
State |
FSM.createState(String name) |
State |
FSM.getState() |
protected State |
Transition.process(State state) |
State |
State.signal(String name)
Signals to leave this state over specified transition
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateEventHandler.onEvent(State state) |
void |
TransitionHandler.process(State state) |
protected State |
Transition.process(State state) |
| Constructor and Description |
|---|
Transition(String name,
State destination) |
| Modifier and Type | Method and Description |
|---|---|
void |
Link.OnActivate.onEvent(State state) |
void |
Link.OnDeactivate.onEvent(State state) |
| Modifier and Type | Method and Description |
|---|---|
void |
SdpPortManagerEventImpl.onEvent(State state) |
void |
DeleteConnectionRequest.onEvent(State state) |
void |
TimeoutError.process(State state) |
void |
SdpPortManagerEventImpl.process(State state) |
void |
CreateConnectionRequest.process(State state) |
void |
ModifyConnectionRequest.process(State state) |
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.