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

Struct definition: ListenPoint.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 java.lang.String host
          Struct member host
 short port
          Struct member port
 
Constructor Summary
ListenPoint()
          Default constructor
ListenPoint(java.lang.String host, short port)
          Constructor with fields initialization
 
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
Struct member host


port

public short port
Struct member port

Constructor Detail

ListenPoint

public ListenPoint()
Default constructor


ListenPoint

public ListenPoint(java.lang.String host,
                   short port)
Constructor with fields initialization

Parameters:
host - host struct member
port - port struct member