org.mobicents.slee.resource.media.local
Class MsEndpointLocal
java.lang.Object
org.mobicents.slee.resource.media.local.MsEndpointLocal
- All Implemented Interfaces:
- java.io.Serializable, org.mobicents.mscontrol.MsEndpoint
public class MsEndpointLocal
- extends java.lang.Object
- implements org.mobicents.mscontrol.MsEndpoint
- Author:
- Oleg Kulikov, amit.bhayani
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
MsEndpointLocal(org.mobicents.mscontrol.MsEndpoint endpoint)
|
|
Method Summary |
void |
addConnectionListener(org.mobicents.mscontrol.MsConnectionListener arg0)
|
void |
addNotificationListener(org.mobicents.mscontrol.MsNotificationListener arg0)
|
void |
execute(org.mobicents.mscontrol.events.MsRequestedSignal[] signals,
org.mobicents.mscontrol.events.MsRequestedEvent[] events)
|
void |
execute(org.mobicents.mscontrol.events.MsRequestedSignal[] signals,
org.mobicents.mscontrol.events.MsRequestedEvent[] events,
org.mobicents.mscontrol.MsConnection connection)
|
void |
execute(org.mobicents.mscontrol.events.MsRequestedSignal[] signals,
org.mobicents.mscontrol.events.MsRequestedEvent[] events,
org.mobicents.mscontrol.MsLink link)
|
java.lang.String |
getLocalName()
|
java.lang.String[] |
getSupportedPackages()
|
void |
removeConnectionListener(org.mobicents.mscontrol.MsConnectionListener arg0)
|
void |
removeNotificationListener(org.mobicents.mscontrol.MsNotificationListener arg0)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MsEndpointLocal
protected MsEndpointLocal(org.mobicents.mscontrol.MsEndpoint endpoint)
getLocalName
public java.lang.String getLocalName()
- Specified by:
getLocalName in interface org.mobicents.mscontrol.MsEndpoint
execute
public void execute(org.mobicents.mscontrol.events.MsRequestedSignal[] signals,
org.mobicents.mscontrol.events.MsRequestedEvent[] events)
- Specified by:
execute in interface org.mobicents.mscontrol.MsEndpoint
execute
public void execute(org.mobicents.mscontrol.events.MsRequestedSignal[] signals,
org.mobicents.mscontrol.events.MsRequestedEvent[] events,
org.mobicents.mscontrol.MsConnection connection)
- Specified by:
execute in interface org.mobicents.mscontrol.MsEndpoint
execute
public void execute(org.mobicents.mscontrol.events.MsRequestedSignal[] signals,
org.mobicents.mscontrol.events.MsRequestedEvent[] events,
org.mobicents.mscontrol.MsLink link)
- Specified by:
execute in interface org.mobicents.mscontrol.MsEndpoint
addConnectionListener
public void addConnectionListener(org.mobicents.mscontrol.MsConnectionListener arg0)
- Specified by:
addConnectionListener in interface org.mobicents.mscontrol.MsEndpoint
addNotificationListener
public void addNotificationListener(org.mobicents.mscontrol.MsNotificationListener arg0)
- Specified by:
addNotificationListener in interface org.mobicents.mscontrol.MsEndpoint
removeConnectionListener
public void removeConnectionListener(org.mobicents.mscontrol.MsConnectionListener arg0)
- Specified by:
removeConnectionListener in interface org.mobicents.mscontrol.MsEndpoint
removeNotificationListener
public void removeNotificationListener(org.mobicents.mscontrol.MsNotificationListener arg0)
- Specified by:
removeNotificationListener in interface org.mobicents.mscontrol.MsEndpoint
getSupportedPackages
public java.lang.String[] getSupportedPackages()
- Specified by:
getSupportedPackages in interface org.mobicents.mscontrol.MsEndpoint
Copyright © 2009. All Rights Reserved.