org.mobicents.media.server.mgcp.controller
Class NotifiedEntity

java.lang.Object
  extended by org.mobicents.media.server.mgcp.controller.NotifiedEntity

public class NotifiedEntity
extends Object

Notified entity MGCP parameter.

Author:
kulikov

Constructor Summary
NotifiedEntity()
           
 
Method Summary
 Text getHostName()
          Gets the domain name partition of the name.
 Text getLocalName()
          Gets the local name partition of the name.
 int getPort()
          Gets the port number partition of the name.
 Text getValue()
          Gets the value of this object.
 void setValue(Text text)
          Modifies value of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifiedEntity

public NotifiedEntity()
Method Detail

setValue

public void setValue(Text text)
Modifies value of this object.

Parameters:
text - the new value;

getValue

public Text getValue()
Gets the value of this object.

Returns:
the fully qualified name of this entity.

getLocalName

public Text getLocalName()
Gets the local name partition of the name.

Returns:
Text object wrapping local name part.

getHostName

public Text getHostName()
Gets the domain name partition of the name.

Returns:
Text object wrapping domain name part.

getPort

public int getPort()
Gets the port number partition of the name.

Returns:
port number.


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