org.omg.CSIIOP.TransportAddress Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openjdk-orb Show documentation
Show all versions of openjdk-orb Show documentation
JBoss repackaging of the OpenJDK ORB
The newest version!
package org.omg.CSIIOP;
/**
* org/omg/CSIIOP/TransportAddress.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/tomek/workspace/openjdk-orb/src/share/classes/org/omg/CSIIOP/CSIIOP.idl
* Wednesday, February 1, 2023 4:15:31 PM CET
*/
public final class TransportAddress implements org.omg.CORBA.portable.IDLEntity
{
public String host_name = null;
public short port = (short)0;
public TransportAddress ()
{
} // ctor
public TransportAddress (String _host_name, short _port)
{
host_name = _host_name;
port = _port;
} // ctor
} // class TransportAddress