Uses of Class
org.mobicents.fsm.State

Packages that use State
org.mobicents.fsm   
org.mobicents.javax.media.mscontrol.container   
org.mobicents.javax.media.mscontrol.networkconnection   
 

Uses of State in org.mobicents.fsm
 

Fields in org.mobicents.fsm declared as State
protected  State Transition.destination
           
protected  State FSM.end
           
protected  State FSM.start
           
protected  State FSM.state
           
 

Methods in org.mobicents.fsm that return State
 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
 

Methods in org.mobicents.fsm with parameters of type State
 void StateEventHandler.onEvent(State state)
           
 void TransitionHandler.process(State state)
           
protected  State Transition.process(State state)
           
 

Constructors in org.mobicents.fsm with parameters of type State
Transition(String name, State destination)
           
 

Uses of State in org.mobicents.javax.media.mscontrol.container
 

Methods in org.mobicents.javax.media.mscontrol.container with parameters of type State
 void Link.OnActivate.onEvent(State state)
           
 void Link.OnDeactivate.onEvent(State state)
           
 

Uses of State in org.mobicents.javax.media.mscontrol.networkconnection
 

Methods in org.mobicents.javax.media.mscontrol.networkconnection with parameters of type State
 void DeleteConnectionRequest.onEvent(State state)
           
 void SdpPortManagerEventImpl.onEvent(State state)
           
 void ModifyConnectionRequest.process(State state)
           
 void TimeoutError.process(State state)
           
 void SdpPortManagerEventImpl.process(State state)
           
 void CreateConnectionRequest.process(State state)
           
 



Copyright © 2013 TeleStax, Inc.. All Rights Reserved.