Uses of Interface
org.mobicents.mscontrol.MsConnection

Uses of MsConnection in org.mobicents.mscontrol
 

Methods in org.mobicents.mscontrol that return MsConnection
 MsConnection MsSession.createNetworkConnection(java.lang.String endpointName)
          Creates a new network connection and attaches it to this session.
 MsConnection MsConnectionEvent.getConnection()
          Returnns the underlying MsConnection object which has changed its state
 MsConnection MsProvider.getMsConnection(java.lang.String msConnectionId)
          Get the MsConnection for the msConnectionId passed.
 

Methods in org.mobicents.mscontrol that return types with arguments of type MsConnection
 java.util.List<MsConnection> MsSession.getConnections()
          Returns the list of MsConnection associated with this MsSession
 java.util.List<MsConnection> MsProvider.getMsConnections(java.lang.String endpointName)
          Gets List of MsConnection object for given endpointName
 

Methods in org.mobicents.mscontrol with parameters of type MsConnection
 void MsSignalGenerator.apply(org.mobicents.media.server.impl.common.events.EventID signalID, MsConnection connection, java.lang.String[] params)
           
 void MsSession.disassociateNetworkConnection(MsConnection connection)
          Removes the instance of MsConnection from list of MsConnection's managed by this MsSession If there are no more MsConnection or MsLink's associated with this MsSession, it transitions to INVALID state
 void MsSignalDetector.receive(org.mobicents.media.server.impl.common.events.EventID signalID, MsConnection connection, java.lang.String[] params)
           
 



Copyright © 2008. All Rights Reserved.