Package org.mobicents.mscontrol

Interface Summary
MsCallbackHandler An application implements MsCallbackHandler and passes it to underlying MsProvider so that they may interact with application and pass the MS Objects like MsConnection, MsLink, MsSession and MsResource synchronously and give a chance to application execute some logic before the event firing mechanism starts.
MsConnection Represents the actual RTP connection.
MsConnectionEvent The instance of MsConnectionEvent is fired when ever the state of MsConnection changes
MsConnectionListener The class interested in receiving the MsConnectionEvent should implement this interface.
MsLink A MsLink represents link between two org.mobicents.media.server.spi.Endpoint Application creates instance of MsLink by calling MsSession.createLink(MsLinkMode) As soon MsLink is created MsSession call's MsLink.fireMsLinkCreated() to fire the Event MsLinkEventID.LINK_CREATED MsLink maintains the reference to MsSession object for life of MsLink
MsLinkEvent Instance of MsLinkEvent is fired when ever state of MsLink is changed
MsLinkListener The class interested in receiving the MsLinkEvent should implement this interface.
MsNotifyEvent MsNotify uses system wide defined constants for eventID and eventCause - reason for that to happen is that MsNotifyEvent conveys information passed throw signaling from and to MS
MsPeer Used to get the instance of MsProvider class
MsProvider This is the provider class which is used to create the MsSession, MsSignalGenerator and MsSignalDetector.
MsResource  
MsResourceListener  
MsSession A MsSession is a transient association of (zero or more) connection for the purposes of engaging in a real-time communications interchange.
MsSessionEvent This is the interface for all MsSession-related events.
MsSessionListener This interface reports all changes to the MsSession object.
MsSignalDetector  
MsSignalGenerator  
 

Class Summary
MsPeerFactory Factory class to get the MsPeer instance which is used to create the MsProvider
 

Exception Summary
MsJoinException  
 



Copyright © 2008. All Rights Reserved.