org.jacorb.imr
Class ImRInfo

java.lang.Object
  extended byorg.jacorb.imr.ImRInfo
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "ImRInfo"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 java.lang.String host
           
 int port
           
 
Constructor Summary
ImRInfo()
           
ImRInfo(java.lang.String host, int port)
           
 
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 int port
Constructor Detail

ImRInfo

public ImRInfo()

ImRInfo

public ImRInfo(java.lang.String host,
               int port)