org.mobicents.javax.media.mscontrol.container
Class Endpoint

java.lang.Object
  extended by org.mobicents.javax.media.mscontrol.container.Endpoint

public class Endpoint
extends Object

Represents server side endpoint

Author:
kulikov

Constructor Summary
Endpoint(jain.protocol.ip.mgcp.message.parms.EndpointIdentifier endpointID)
           
 
Method Summary
 void await()
           
 boolean concreteNameExpectedSoon()
           
 void expectingConcreteName()
           
 jain.protocol.ip.mgcp.message.parms.EndpointIdentifier getIdentifier()
           
 boolean hasConcreteName()
           
 void setConcreteName(jain.protocol.ip.mgcp.message.parms.EndpointIdentifier endpointID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Endpoint

public Endpoint(jain.protocol.ip.mgcp.message.parms.EndpointIdentifier endpointID)
Method Detail

hasConcreteName

public boolean hasConcreteName()

expectingConcreteName

public void expectingConcreteName()

concreteNameExpectedSoon

public boolean concreteNameExpectedSoon()

await

public void await()
           throws InterruptedException
Throws:
InterruptedException

setConcreteName

public void setConcreteName(jain.protocol.ip.mgcp.message.parms.EndpointIdentifier endpointID)

getIdentifier

public jain.protocol.ip.mgcp.message.parms.EndpointIdentifier getIdentifier()


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