Class TransportAddress

  • All Implemented Interfaces:
    java.io.Serializable, IDLEntity

    public final class TransportAddress
    extends java.lang.Object
    implements IDLEntity
    com/sun/corba/ee/org/omg/CSIIOP/TransportAddress.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/csiv2-idl/src/main/idl/CSIIOP.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.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 java.lang.String host_name
      • port

        public short port
    • Constructor Detail

      • TransportAddress

        public TransportAddress()
      • TransportAddress

        public TransportAddress​(java.lang.String _host_name,
                                short _port)