Uses of Interface
org.mobicents.media.server.spi.Endpoint

Packages that use Endpoint
org.mobicents.media   
org.mobicents.media.server.spi   
 

Uses of Endpoint in org.mobicents.media
 

Methods in org.mobicents.media that return Endpoint
 Endpoint Component.getEndpoint()
           
 

Methods in org.mobicents.media with parameters of type Endpoint
 void Component.setEndpoint(Endpoint endpoint)
           
 

Uses of Endpoint in org.mobicents.media.server.spi
 

Methods in org.mobicents.media.server.spi that return Endpoint
 Endpoint Connection.getEndpoint()
          Gets the endpoint which executes this connection.
 Endpoint NamingService.lookup(String endpointName)
           
 Endpoint MediaServer.lookup(String name, boolean bussy)
           
 Endpoint NamingService.lookup(String endpointName, boolean allowInUse)
           
 Endpoint[] MediaServer.lookupall(String endpointName)
           
 

Methods in org.mobicents.media.server.spi that return types with arguments of type Endpoint
 Collection<Endpoint> MediaServer.getEndpoints()
           
 

Methods in org.mobicents.media.server.spi with parameters of type Endpoint
 void ServerManager.onStarted(Endpoint endpoint)
          Notifies manager that given endpoint has been started.
 void ServerManager.onStopped(Endpoint endpoint)
          Notifies manager that given endpoint has been stopped.
 void Connection.setEndpoint(Endpoint endpoint)
          Sets the endpoint which executes this connection.
 



Copyright © 2012 TeleStax, Inc.. All Rights Reserved.