org.omg.IIOP
Class ListenPoint

java.lang.Object
  |
  +--org.omg.IIOP.ListenPoint
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class ListenPoint
extends java.lang.Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
 java.lang.String host
           
 short port
           
 
Constructor Summary
ListenPoint()
           
ListenPoint(java.lang.String host, short port)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

public java.lang.String host

port

public short port
Constructor Detail

ListenPoint

public ListenPoint()

ListenPoint

public ListenPoint(java.lang.String host,
                   short port)