org.omg.IIOP
Class ListenPoint

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

public final class ListenPoint
extends Object
implements IDLEntity

Generated from IDL struct "ListenPoint".

Version:
generated at Sep 22, 2012 10:58:02 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 String host
           
 short port
           
 
Constructor Summary
ListenPoint()
           
ListenPoint(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 String host

port

public short port
Constructor Detail

ListenPoint

public ListenPoint()

ListenPoint

public ListenPoint(String host,
                   short port)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.