org.mobicents.slee.resource.media.local
Class MsLinkLocal
java.lang.Object
org.mobicents.slee.resource.media.local.MsLinkLocal
- All Implemented Interfaces:
- java.io.Serializable, org.mobicents.mscontrol.MsLink
public class MsLinkLocal
- extends java.lang.Object
- implements org.mobicents.mscontrol.MsLink
- Author:
- Oleg Kulikov
- See Also:
- Serialized Form
|
Field Summary |
protected org.mobicents.mscontrol.MsLink |
link
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
link
protected org.mobicents.mscontrol.MsLink link
MsLinkLocal
protected MsLinkLocal(MsSessionLocal session,
org.mobicents.mscontrol.MsLink link)
getId
public java.lang.String getId()
- Specified by:
getId in interface org.mobicents.mscontrol.MsLink
getState
public org.mobicents.mscontrol.MsLinkState getState()
- Specified by:
getState in interface org.mobicents.mscontrol.MsLink
getMode
public org.mobicents.mscontrol.MsLinkMode getMode()
- Specified by:
getMode in interface org.mobicents.mscontrol.MsLink
setMode
public void setMode(org.mobicents.mscontrol.MsLinkMode mode)
- Specified by:
setMode in interface org.mobicents.mscontrol.MsLink
getSession
public org.mobicents.mscontrol.MsSession getSession()
- Specified by:
getSession in interface org.mobicents.mscontrol.MsLink
join
public void join(java.lang.String a,
java.lang.String b)
- Specified by:
join in interface org.mobicents.mscontrol.MsLink
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getEndpoints
public org.mobicents.mscontrol.MsEndpoint[] getEndpoints()
- Specified by:
getEndpoints in interface org.mobicents.mscontrol.MsLink
release
public void release()
- Specified by:
release in interface org.mobicents.mscontrol.MsLink
addLinkListener
public void addLinkListener(org.mobicents.mscontrol.MsLinkListener listener)
- Specified by:
addLinkListener in interface org.mobicents.mscontrol.MsLink
removeLinkListener
public void removeLinkListener(org.mobicents.mscontrol.MsLinkListener listener)
- Specified by:
removeLinkListener in interface org.mobicents.mscontrol.MsLink
addNotificationListener
public void addNotificationListener(org.mobicents.mscontrol.MsNotificationListener listener)
- Specified by:
addNotificationListener in interface org.mobicents.mscontrol.MsLink
removeNotificationListener
public void removeNotificationListener(org.mobicents.mscontrol.MsNotificationListener listener)
- Specified by:
removeNotificationListener in interface org.mobicents.mscontrol.MsLink
Copyright © 2009. All Rights Reserved.