org.omg.CSIIOP
Class TransportAddress

java.lang.Object
  extended by org.omg.CSIIOP.TransportAddress
All Implemented Interfaces:
Serializable, IDLEntity

public final class TransportAddress
extends Object
implements IDLEntity

org/omg/CSIIOP/TransportAddress.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/CSIIOP.idl Saturday, September 22, 2012 10:56:38 AM CEST

See Also:
Serialized Form

Field Summary
 String host_name
           
 short port
           
 
Constructor Summary
TransportAddress()
           
TransportAddress(String _host_name, 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_name

public String host_name

port

public short port
Constructor Detail

TransportAddress

public TransportAddress()

TransportAddress

public TransportAddress(String _host_name,
                        short _port)


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