Uses of Class
org.mobicents.mscontrol.MsLinkMode

Packages that use MsLinkMode
org.mobicents.mscontrol   
 

Uses of MsLinkMode in org.mobicents.mscontrol
 

Methods in org.mobicents.mscontrol that return MsLinkMode
 MsLinkMode MsLink.getMode()
          Get the MsLinkMode of this MsLink
static MsLinkMode MsLinkMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MsLinkMode[] MsLinkMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.mobicents.mscontrol with parameters of type MsLinkMode
 MsLink MsSession.createLink(MsLinkMode mode)
          Creates local link that joines two endpoints and attach it to this session.
 void MsLink.setMode(MsLinkMode mode)
          While creating the MsLink, application passes the MsLinkMode.
 



Copyright © 2009. All Rights Reserved.