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 with parameters of type Endpoint
 Component ComponentFactory.newInstance(Endpoint endpoint)
          Constructs new component.
 

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 NamingService.lookup(String endpointName, boolean allowInUse)
           
 Endpoint MediaServer.lookup(String name, boolean bussy)
           
 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.
 



Copyright © 2011. All Rights Reserved.