org.omg.IIOP
Class ListenPoint

java.lang.Object
  extended by org.omg.IIOP.ListenPoint
All Implemented Interfaces:
java.io.Serializable, IDLEntity

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

Generated from IDL struct "ListenPoint".

Version:
generated at Mar 21, 2012 11:04:21 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
See Also:
Serialized Form

Field Summary
 java.lang.String host
           
 short port
           
 
Constructor Summary
ListenPoint()
           
ListenPoint(java.lang.String host, short port)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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)