org.omg.SSLIOP.SSL 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.SSLIOP;
/**
* org/omg/SSLIOP/SSL.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/tomek/workspace/openjdk-orb/src/share/classes/org/omg/SSLIOP/SSLIOP.idl
* Wednesday, February 1, 2023 4:15:31 PM CET
*/
public final class SSL implements org.omg.CORBA.portable.IDLEntity
{
public short target_supports = (short)0;
public short target_requires = (short)0;
public short port = (short)0;
public SSL ()
{
} // ctor
public SSL (short _target_supports, short _target_requires, short _port)
{
target_supports = _target_supports;
target_requires = _target_requires;
port = _port;
} // ctor
} // class SSL