feat(jdk8): move files to new folder to avoid resources compiled.

This commit is contained in:
2025-09-07 15:25:52 +08:00
parent 3f0047bf6f
commit 8c35cfb1c0
17415 changed files with 217 additions and 213 deletions

View File

@@ -0,0 +1,20 @@
package org.omg.IOP;
/**
* org/omg/IOP/CodeSets.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public interface CodeSets
{
/**
* Identifies a CDR encapsulation of the
* <code>CONV_FRAME.CodeSetContext</code> defined in
* Section 13.10.2.5, "GIOP Code Set Service Context," on page 13-43.
*/
public static final int value = (int)(1L);
}

View File

@@ -0,0 +1,25 @@
package org.omg.IOP;
/**
* org/omg/IOP/Codec.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
/**
* The formats of IOR components and service context data used by ORB
* services are often defined as CDR encapsulations encoding instances
* of IDL defined data types. The <code>Codec</code> provides a mechanism
* to transfer these components between their IDL data types and their CDR
* encapsulation representations.
* <p>
* A <code>Codec</code> is obtained from the <code>CodecFactory</code>.
* The <code>CodecFactory</code> is obtained through a call to
* <code>ORB.resolve_initial_references( "CodecFactory" )</code>.
*/
public interface Codec extends CodecOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
{
} // interface Codec

View File

@@ -0,0 +1,19 @@
package org.omg.IOP;
/**
* org/omg/IOP/CodecFactory.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
/**
* <code>Codecs</code> are obtained from the <code>CodecFactory</code>.
* The <code>CodecFactory</code> is obtained through a call to
* <code>ORB.resolve_initial_references( "CodecFactory" )</code>.
*/
public interface CodecFactory extends CodecFactoryOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
{
} // interface CodecFactory

View File

@@ -0,0 +1,79 @@
package org.omg.IOP;
/**
* org/omg/IOP/CodecFactoryHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
/**
* <code>Codecs</code> are obtained from the <code>CodecFactory</code>.
* The <code>CodecFactory</code> is obtained through a call to
* <code>ORB.resolve_initial_references( "CodecFactory" )</code>.
*/
abstract public class CodecFactoryHelper
{
private static String _id = "IDL:omg.org/IOP/CodecFactory:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.IOP.CodecFactory that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.IOP.CodecFactory extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.IOP.CodecFactoryHelper.id (), "CodecFactory");
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.IOP.CodecFactory read (org.omg.CORBA.portable.InputStream istream)
{
throw new org.omg.CORBA.MARSHAL ();
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.IOP.CodecFactory value)
{
throw new org.omg.CORBA.MARSHAL ();
}
public static org.omg.IOP.CodecFactory narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.IOP.CodecFactory)
return (org.omg.IOP.CodecFactory)obj;
else
throw new org.omg.CORBA.BAD_PARAM ();
}
public static org.omg.IOP.CodecFactory unchecked_narrow (org.omg.CORBA.Object obj)
{
if (obj == null)
return null;
else if (obj instanceof org.omg.IOP.CodecFactory)
return (org.omg.IOP.CodecFactory)obj;
else
throw new org.omg.CORBA.BAD_PARAM ();
}
}

View File

@@ -0,0 +1,29 @@
package org.omg.IOP;
/**
* org/omg/IOP/CodecFactoryOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
/**
* <code>Codecs</code> are obtained from the <code>CodecFactory</code>.
* The <code>CodecFactory</code> is obtained through a call to
* <code>ORB.resolve_initial_references( "CodecFactory" )</code>.
*/
public interface CodecFactoryOperations
{
/**
* Create a <code>Codec</code> of the given encoding.
* <p>
* @param enc The encoding for which to create a <code>Codec</code>.
* @return A <code>Codec</code> obtained with the given encoding.
* @exception UnknownEncoding thrown if this factory cannot create a
* <code>Codec</code> of the given encoding.
*/
org.omg.IOP.Codec create_codec (org.omg.IOP.Encoding enc) throws org.omg.IOP.CodecFactoryPackage.UnknownEncoding;
} // interface CodecFactoryOperations

View File

@@ -0,0 +1,25 @@
package org.omg.IOP.CodecFactoryPackage;
/**
* org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public final class UnknownEncoding extends org.omg.CORBA.UserException
{
public UnknownEncoding ()
{
super(UnknownEncodingHelper.id());
} // ctor
public UnknownEncoding (String $reason)
{
super(UnknownEncodingHelper.id() + " " + $reason);
} // ctor
} // class UnknownEncoding

View File

@@ -0,0 +1,72 @@
package org.omg.IOP.CodecFactoryPackage;
/**
* org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
abstract public class UnknownEncodingHelper
{
private static String _id = "IDL:omg.org/IOP/CodecFactory/UnknownEncoding:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.IOP.CodecFactoryPackage.UnknownEncoding that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.IOP.CodecFactoryPackage.UnknownEncoding extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
private static boolean __active = false;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
synchronized (org.omg.CORBA.TypeCode.class)
{
if (__typeCode == null)
{
if (__active)
{
return org.omg.CORBA.ORB.init().create_recursive_tc ( _id );
}
__active = true;
org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [0];
org.omg.CORBA.TypeCode _tcOf_members0 = null;
__typeCode = org.omg.CORBA.ORB.init ().create_exception_tc (org.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper.id (), "UnknownEncoding", _members0);
__active = false;
}
}
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.IOP.CodecFactoryPackage.UnknownEncoding read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.IOP.CodecFactoryPackage.UnknownEncoding value = new org.omg.IOP.CodecFactoryPackage.UnknownEncoding ();
// read and discard the repository ID
istream.read_string ();
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.IOP.CodecFactoryPackage.UnknownEncoding value)
{
// write the repository ID
ostream.write_string (id ());
}
}

View File

@@ -0,0 +1,77 @@
package org.omg.IOP;
/**
* org/omg/IOP/CodecOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
/**
* The formats of IOR components and service context data used by ORB
* services are often defined as CDR encapsulations encoding instances
* of IDL defined data types. The <code>Codec</code> provides a mechanism
* to transfer these components between their IDL data types and their CDR
* encapsulation representations.
* <p>
* A <code>Codec</code> is obtained from the <code>CodecFactory</code>.
* The <code>CodecFactory</code> is obtained through a call to
* <code>ORB.resolve_initial_references( "CodecFactory" )</code>.
*/
public interface CodecOperations
{
/**
* Converts the given any into a byte array based on the encoding
* format effective for this <code>Codec</code>.
*
* @param data The data, in the form of an any, to be encoded into
* a byte array.
* @return A byte array containing the encoded Any. This byte array
* contains both the <code>TypeCode</code> and the data of the type.
* @exception InvalidTypeForEncoding thrown if the type is not valid for
* the encoding format effective for this <code>Codec</code>.
*/
byte[] encode (org.omg.CORBA.Any data) throws org.omg.IOP.CodecPackage.InvalidTypeForEncoding;
/**
* Decodes the given byte array into an Any based on the encoding
* format effective for this <code>Codec</code>.
*
* @param data The data, in the form of a byte array, to be decoded into
* an Any.
* @return An Any containing the data from the decoded byte array.
* @exception FormatMismatch is thrown if the byte array cannot be
* decoded into an Any.
*/
org.omg.CORBA.Any decode (byte[] data) throws org.omg.IOP.CodecPackage.FormatMismatch;
/**
* Converts the given any into a byte array based on the encoding
* format effective for this Codec. Only the data from the Any is
* encoded, not the <code>TypeCode</code>.
*
* @param data The data, in the form of an Any, to be encoded into
* a byte array.
* @return A byte array containing the data from the encoded any.
* @exception InvalidTypeForEncoding thrown if the type is not valid for
* the encoding format effective for this <code>Codec</code>.
*/
byte[] encode_value (org.omg.CORBA.Any data) throws org.omg.IOP.CodecPackage.InvalidTypeForEncoding;
/**
* Decodes the given byte array into an Any based on the given
* <code>TypeCode</code> and the encoding format effective for
* this <code>Codec</code>.
*
* @param data The data, in the form of a byte array, to be decoded
* into an Any.
* @param tc The TypeCode to be used to decode the data.
* @return An Any containing the data from the decoded byte array.
* @exception FormatMismatch thrown if the byte array cannot be
* decoded into an Any.
*/
org.omg.CORBA.Any decode_value (byte[] data, org.omg.CORBA.TypeCode tc) throws org.omg.IOP.CodecPackage.FormatMismatch, org.omg.IOP.CodecPackage.TypeMismatch;
} // interface CodecOperations

View File

@@ -0,0 +1,25 @@
package org.omg.IOP.CodecPackage;
/**
* org/omg/IOP/CodecPackage/FormatMismatch.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public final class FormatMismatch extends org.omg.CORBA.UserException
{
public FormatMismatch ()
{
super(FormatMismatchHelper.id());
} // ctor
public FormatMismatch (String $reason)
{
super(FormatMismatchHelper.id() + " " + $reason);
} // ctor
} // class FormatMismatch

View File

@@ -0,0 +1,72 @@
package org.omg.IOP.CodecPackage;
/**
* org/omg/IOP/CodecPackage/FormatMismatchHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
abstract public class FormatMismatchHelper
{
private static String _id = "IDL:omg.org/IOP/Codec/FormatMismatch:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.IOP.CodecPackage.FormatMismatch that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.IOP.CodecPackage.FormatMismatch extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
private static boolean __active = false;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
synchronized (org.omg.CORBA.TypeCode.class)
{
if (__typeCode == null)
{
if (__active)
{
return org.omg.CORBA.ORB.init().create_recursive_tc ( _id );
}
__active = true;
org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [0];
org.omg.CORBA.TypeCode _tcOf_members0 = null;
__typeCode = org.omg.CORBA.ORB.init ().create_exception_tc (org.omg.IOP.CodecPackage.FormatMismatchHelper.id (), "FormatMismatch", _members0);
__active = false;
}
}
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.IOP.CodecPackage.FormatMismatch read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.IOP.CodecPackage.FormatMismatch value = new org.omg.IOP.CodecPackage.FormatMismatch ();
// read and discard the repository ID
istream.read_string ();
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.IOP.CodecPackage.FormatMismatch value)
{
// write the repository ID
ostream.write_string (id ());
}
}

View File

@@ -0,0 +1,25 @@
package org.omg.IOP.CodecPackage;
/**
* org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public final class InvalidTypeForEncoding extends org.omg.CORBA.UserException
{
public InvalidTypeForEncoding ()
{
super(InvalidTypeForEncodingHelper.id());
} // ctor
public InvalidTypeForEncoding (String $reason)
{
super(InvalidTypeForEncodingHelper.id() + " " + $reason);
} // ctor
} // class InvalidTypeForEncoding

View File

@@ -0,0 +1,72 @@
package org.omg.IOP.CodecPackage;
/**
* org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
abstract public class InvalidTypeForEncodingHelper
{
private static String _id = "IDL:omg.org/IOP/Codec/InvalidTypeForEncoding:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.IOP.CodecPackage.InvalidTypeForEncoding that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.IOP.CodecPackage.InvalidTypeForEncoding extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
private static boolean __active = false;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
synchronized (org.omg.CORBA.TypeCode.class)
{
if (__typeCode == null)
{
if (__active)
{
return org.omg.CORBA.ORB.init().create_recursive_tc ( _id );
}
__active = true;
org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [0];
org.omg.CORBA.TypeCode _tcOf_members0 = null;
__typeCode = org.omg.CORBA.ORB.init ().create_exception_tc (org.omg.IOP.CodecPackage.InvalidTypeForEncodingHelper.id (), "InvalidTypeForEncoding", _members0);
__active = false;
}
}
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.IOP.CodecPackage.InvalidTypeForEncoding read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.IOP.CodecPackage.InvalidTypeForEncoding value = new org.omg.IOP.CodecPackage.InvalidTypeForEncoding ();
// read and discard the repository ID
istream.read_string ();
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.IOP.CodecPackage.InvalidTypeForEncoding value)
{
// write the repository ID
ostream.write_string (id ());
}
}

View File

@@ -0,0 +1,25 @@
package org.omg.IOP.CodecPackage;
/**
* org/omg/IOP/CodecPackage/TypeMismatch.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public final class TypeMismatch extends org.omg.CORBA.UserException
{
public TypeMismatch ()
{
super(TypeMismatchHelper.id());
} // ctor
public TypeMismatch (String $reason)
{
super(TypeMismatchHelper.id() + " " + $reason);
} // ctor
} // class TypeMismatch

View File

@@ -0,0 +1,72 @@
package org.omg.IOP.CodecPackage;
/**
* org/omg/IOP/CodecPackage/TypeMismatchHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
abstract public class TypeMismatchHelper
{
private static String _id = "IDL:omg.org/IOP/Codec/TypeMismatch:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.IOP.CodecPackage.TypeMismatch that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.IOP.CodecPackage.TypeMismatch extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
private static boolean __active = false;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
synchronized (org.omg.CORBA.TypeCode.class)
{
if (__typeCode == null)
{
if (__active)
{
return org.omg.CORBA.ORB.init().create_recursive_tc ( _id );
}
__active = true;
org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [0];
org.omg.CORBA.TypeCode _tcOf_members0 = null;
__typeCode = org.omg.CORBA.ORB.init ().create_exception_tc (org.omg.IOP.CodecPackage.TypeMismatchHelper.id (), "TypeMismatch", _members0);
__active = false;
}
}
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.IOP.CodecPackage.TypeMismatch read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.IOP.CodecPackage.TypeMismatch value = new org.omg.IOP.CodecPackage.TypeMismatch ();
// read and discard the repository ID
istream.read_string ();
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.IOP.CodecPackage.TypeMismatch value)
{
// write the repository ID
ostream.write_string (id ());
}
}

View File

@@ -0,0 +1,61 @@
package org.omg.IOP;
/**
* org/omg/IOP/ComponentIdHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
/**
* Standard way of representing multicomponent profiles.
* This would be encapsulated in a TaggedProfile.
*/
abstract public class ComponentIdHelper
{
private static String _id = "IDL:omg.org/IOP/ComponentId:1.0";
public static void insert (org.omg.CORBA.Any a, int that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static int extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong);
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.IOP.ComponentIdHelper.id (), "ComponentId", __typeCode);
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static int read (org.omg.CORBA.portable.InputStream istream)
{
int value = (int)0;
value = istream.read_ulong ();
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, int value)
{
ostream.write_ulong (value);
}
}

View File

@@ -0,0 +1,19 @@
package org.omg.IOP;
/**
* org/omg/IOP/ENCODING_CDR_ENCAPS.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public interface ENCODING_CDR_ENCAPS
{
/**
* The CDR Encapsulation encoding.
* @see CodecFactory
*/
public static final short value = (short)(0);
}

View File

@@ -0,0 +1,40 @@
package org.omg.IOP;
/**
* org/omg/IOP/Encoding.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public final class Encoding implements org.omg.CORBA.portable.IDLEntity
{
/**
* The encoding format.
*/
public short format = (short)0;
/**
* The major version of this Encoding format.
*/
public byte major_version = (byte)0;
/**
* The minor version of this Encoding format.
*/
public byte minor_version = (byte)0;
public Encoding ()
{
} // ctor
public Encoding (short _format, byte _major_version, byte _minor_version)
{
format = _format;
major_version = _major_version;
minor_version = _minor_version;
} // ctor
} // class Encoding

View File

@@ -0,0 +1,35 @@
package org.omg.IOP;
/**
* org/omg/IOP/ExceptionDetailMessage.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public interface ExceptionDetailMessage
{
/**
* CORBA formal/02-06-01: 13.7.1:
* ExceptionDetailMessage identifies a CDR encapsulation of a wstring,
* encoded using GIOP 1.2 with a TCS-W of UTF-16. This service context
* may be sent on Reply messages with a reply_status of SYSTEM_EXCEPTION
* or USER_EXCEPTION. The usage of this service context is defined
* by language mappings. <br/> <br/>
*
* IDL/Java: ptc/02-01-22: 1.15.2:
* When a System Exception is marshaled, its GIOP Reply message shall
* include an associated ExceptionDetailMessage service context. The
* callee's stack trace is often very valuable debugging information but
* may contain sensitive or unwanted information. The wstring within the
* service context will therefore contain additional information relating
* to the exception, for example the result of calling either
* printStackTrace(PrintWriter) or getMessage() on the exception. When
* unmarshaling a System Exception on the client side, the wstring from
* any ExceptionDetailMessage service context shall become the Java error
* message in the unmarshaled exception object.
*/
public static final int value = (int)(14L);
}

View File

@@ -0,0 +1,33 @@
package org.omg.IOP;
/**
* org/omg/IOP/IOR.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public final class IOR implements org.omg.CORBA.portable.IDLEntity
{
/** The type id, represented as a String. */
public String type_id = null;
/**
* An array of tagged profiles associated with this
* object reference.
*/
public org.omg.IOP.TaggedProfile profiles[] = null;
public IOR ()
{
} // ctor
public IOR (String _type_id, org.omg.IOP.TaggedProfile[] _profiles)
{
type_id = _type_id;
profiles = _profiles;
} // ctor
} // class IOR

View File

@@ -0,0 +1,88 @@
package org.omg.IOP;
/**
* org/omg/IOP/IORHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
abstract public class IORHelper
{
private static String _id = "IDL:omg.org/IOP/IOR:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.IOP.IOR that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.IOP.IOR extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
private static boolean __active = false;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
synchronized (org.omg.CORBA.TypeCode.class)
{
if (__typeCode == null)
{
if (__active)
{
return org.omg.CORBA.ORB.init().create_recursive_tc ( _id );
}
__active = true;
org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [2];
org.omg.CORBA.TypeCode _tcOf_members0 = null;
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_string_tc (0);
_members0[0] = new org.omg.CORBA.StructMember (
"type_id",
_tcOf_members0,
null);
_tcOf_members0 = org.omg.IOP.TaggedProfileHelper.type ();
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0);
_members0[1] = new org.omg.CORBA.StructMember (
"profiles",
_tcOf_members0,
null);
__typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.IOP.IORHelper.id (), "IOR", _members0);
__active = false;
}
}
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.IOP.IOR read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.IOP.IOR value = new org.omg.IOP.IOR ();
value.type_id = istream.read_string ();
int _len0 = istream.read_long ();
value.profiles = new org.omg.IOP.TaggedProfile[_len0];
for (int _o1 = 0;_o1 < value.profiles.length; ++_o1)
value.profiles[_o1] = org.omg.IOP.TaggedProfileHelper.read (istream);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.IOP.IOR value)
{
ostream.write_string (value.type_id);
ostream.write_long (value.profiles.length);
for (int _i0 = 0;_i0 < value.profiles.length; ++_i0)
org.omg.IOP.TaggedProfileHelper.write (ostream, value.profiles[_i0]);
}
}

View File

@@ -0,0 +1,38 @@
package org.omg.IOP;
/**
* org/omg/IOP/IORHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public final class IORHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.IOP.IOR value = null;
public IORHolder ()
{
}
public IORHolder (org.omg.IOP.IOR initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.IOP.IORHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.IOP.IORHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.IOP.IORHelper.type ();
}
}

View File

@@ -0,0 +1,64 @@
package org.omg.IOP;
/**
* org/omg/IOP/MultipleComponentProfileHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
/** An array of tagged components, forming a multiple component profile. */
abstract public class MultipleComponentProfileHelper
{
private static String _id = "IDL:omg.org/IOP/MultipleComponentProfile:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.IOP.TaggedComponent[] that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.IOP.TaggedComponent[] extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.IOP.TaggedComponentHelper.type ();
__typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.IOP.MultipleComponentProfileHelper.id (), "MultipleComponentProfile", __typeCode);
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.IOP.TaggedComponent[] read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.IOP.TaggedComponent value[] = null;
int _len0 = istream.read_long ();
value = new org.omg.IOP.TaggedComponent[_len0];
for (int _o1 = 0;_o1 < value.length; ++_o1)
value[_o1] = org.omg.IOP.TaggedComponentHelper.read (istream);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.IOP.TaggedComponent[] value)
{
ostream.write_long (value.length);
for (int _i0 = 0;_i0 < value.length; ++_i0)
org.omg.IOP.TaggedComponentHelper.write (ostream, value[_i0]);
}
}

View File

@@ -0,0 +1,41 @@
package org.omg.IOP;
/**
* org/omg/IOP/MultipleComponentProfileHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
/** An array of tagged components, forming a multiple component profile. */
public final class MultipleComponentProfileHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.IOP.TaggedComponent value[] = null;
public MultipleComponentProfileHolder ()
{
}
public MultipleComponentProfileHolder (org.omg.IOP.TaggedComponent[] initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.IOP.MultipleComponentProfileHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.IOP.MultipleComponentProfileHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.IOP.MultipleComponentProfileHelper.type ();
}
}

View File

@@ -0,0 +1,58 @@
package org.omg.IOP;
/**
* org/omg/IOP/ProfileIdHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
/** Profile ID */
abstract public class ProfileIdHelper
{
private static String _id = "IDL:omg.org/IOP/ProfileId:1.0";
public static void insert (org.omg.CORBA.Any a, int that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static int extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong);
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.IOP.ProfileIdHelper.id (), "ProfileId", __typeCode);
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static int read (org.omg.CORBA.portable.InputStream istream)
{
int value = (int)0;
value = istream.read_ulong ();
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, int value)
{
ostream.write_ulong (value);
}
}

View File

@@ -0,0 +1,22 @@
package org.omg.IOP;
/**
* org/omg/IOP/RMICustomMaxStreamFormat.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public interface RMICustomMaxStreamFormat
{
/**
* Identifies a CDR encapsulation of the RMICustomMaxStreamFormat
* service context which contains a single byte specifying
* the client's maximum RMI-IIOP stream format version.
*
* See Java to IDL ptc/02-01-12 1.4.12.
*/
public static final int value = (int)(17L);
}

View File

@@ -0,0 +1,30 @@
package org.omg.IOP;
/**
* org/omg/IOP/ServiceContext.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public final class ServiceContext implements org.omg.CORBA.portable.IDLEntity
{
/** The service context id */
public int context_id = (int)0;
/** The data associated with this service context */
public byte context_data[] = null;
public ServiceContext ()
{
} // ctor
public ServiceContext (int _context_id, byte[] _context_data)
{
context_id = _context_id;
context_data = _context_data;
} // ctor
} // class ServiceContext

View File

@@ -0,0 +1,87 @@
package org.omg.IOP;
/**
* org/omg/IOP/ServiceContextHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
abstract public class ServiceContextHelper
{
private static String _id = "IDL:omg.org/IOP/ServiceContext:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.IOP.ServiceContext that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.IOP.ServiceContext extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
private static boolean __active = false;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
synchronized (org.omg.CORBA.TypeCode.class)
{
if (__typeCode == null)
{
if (__active)
{
return org.omg.CORBA.ORB.init().create_recursive_tc ( _id );
}
__active = true;
org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [2];
org.omg.CORBA.TypeCode _tcOf_members0 = null;
_tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong);
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.IOP.ServiceIdHelper.id (), "ServiceId", _tcOf_members0);
_members0[0] = new org.omg.CORBA.StructMember (
"context_id",
_tcOf_members0,
null);
_tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet);
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0);
_members0[1] = new org.omg.CORBA.StructMember (
"context_data",
_tcOf_members0,
null);
__typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.IOP.ServiceContextHelper.id (), "ServiceContext", _members0);
__active = false;
}
}
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.IOP.ServiceContext read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.IOP.ServiceContext value = new org.omg.IOP.ServiceContext ();
value.context_id = istream.read_ulong ();
int _len0 = istream.read_long ();
value.context_data = new byte[_len0];
istream.read_octet_array (value.context_data, 0, _len0);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.IOP.ServiceContext value)
{
ostream.write_ulong (value.context_id);
ostream.write_long (value.context_data.length);
ostream.write_octet_array (value.context_data, 0, value.context_data.length);
}
}

View File

@@ -0,0 +1,38 @@
package org.omg.IOP;
/**
* org/omg/IOP/ServiceContextHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public final class ServiceContextHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.IOP.ServiceContext value = null;
public ServiceContextHolder ()
{
}
public ServiceContextHolder (org.omg.IOP.ServiceContext initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.IOP.ServiceContextHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.IOP.ServiceContextHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.IOP.ServiceContextHelper.type ();
}
}

View File

@@ -0,0 +1,64 @@
package org.omg.IOP;
/**
* org/omg/IOP/ServiceContextListHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
/** An array of service contexts, forming a service context list. */
abstract public class ServiceContextListHelper
{
private static String _id = "IDL:omg.org/IOP/ServiceContextList:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.IOP.ServiceContext[] that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.IOP.ServiceContext[] extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.IOP.ServiceContextHelper.type ();
__typeCode = org.omg.CORBA.ORB.init ().create_sequence_tc (0, __typeCode);
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.IOP.ServiceContextListHelper.id (), "ServiceContextList", __typeCode);
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.IOP.ServiceContext[] read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.IOP.ServiceContext value[] = null;
int _len0 = istream.read_long ();
value = new org.omg.IOP.ServiceContext[_len0];
for (int _o1 = 0;_o1 < value.length; ++_o1)
value[_o1] = org.omg.IOP.ServiceContextHelper.read (istream);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.IOP.ServiceContext[] value)
{
ostream.write_long (value.length);
for (int _i0 = 0;_i0 < value.length; ++_i0)
org.omg.IOP.ServiceContextHelper.write (ostream, value[_i0]);
}
}

View File

@@ -0,0 +1,41 @@
package org.omg.IOP;
/**
* org/omg/IOP/ServiceContextListHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
/** An array of service contexts, forming a service context list. */
public final class ServiceContextListHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.IOP.ServiceContext value[] = null;
public ServiceContextListHolder ()
{
}
public ServiceContextListHolder (org.omg.IOP.ServiceContext[] initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.IOP.ServiceContextListHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.IOP.ServiceContextListHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.IOP.ServiceContextListHelper.type ();
}
}

View File

@@ -0,0 +1,58 @@
package org.omg.IOP;
/**
* org/omg/IOP/ServiceIdHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
/** A service id, represented as an int */
abstract public class ServiceIdHelper
{
private static String _id = "IDL:omg.org/IOP/ServiceId:1.0";
public static void insert (org.omg.CORBA.Any a, int that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static int extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
__typeCode = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong);
__typeCode = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.IOP.ServiceIdHelper.id (), "ServiceId", __typeCode);
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static int read (org.omg.CORBA.portable.InputStream istream)
{
int value = (int)0;
value = istream.read_ulong ();
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, int value)
{
ostream.write_ulong (value);
}
}

View File

@@ -0,0 +1,41 @@
package org.omg.IOP;
/**
* org/omg/IOP/TAG_ALTERNATE_IIOP_ADDRESS.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public interface TAG_ALTERNATE_IIOP_ADDRESS
{
/**
* In cases where the same object key is used for more than one
* internet location, the following standard IOR Component is defined
* for support in IIOP version 1.2.
* <p>
* The <code>TAG_ALTERNATE_IIOP_ADDRESS</code> component has an
* associated value of type:
* <code>
* <pre>
* struct {
* string HostID,
* short Port
* };
* </pre>
* </code>
* encoded as a CDR encapsulation.
* <p>
* Zero or more instances of the <code>TAG_ALTERNATE_IIOP_ADDRESS</code>
* component type may be included in a version 1.2
* <code>TAG_INTERNET_IOP</code> Profile. Each of these alternative
* addresses may be used by the client orb, in addition to the host
* and port address expressed in the body of the Profile. In cases
* where one or more <code>TAG_ALTERNATE_IIOP_ADDRESS</code> components
* are present in a <code>TAG_INTERNET_IOP</code> Profile, no order of
* use is prescribed by Version 1.2 of IIOP.
*/
public static final int value = (int)(3L);
}

View File

@@ -0,0 +1,25 @@
package org.omg.IOP;
/**
* org/omg/IOP/TAG_CODE_SETS.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public interface TAG_CODE_SETS
{
/**
* The code set component of the IOR multi-component profile structure
* contains:
* <ul>
* <li>server's native char code set and conversion code sets, and</li>
* <li>server's native wchar code set and conversion code sets.</li>
* </ul>
* Both char and wchar conversion code sets are listed in order of
* preference.
*/
public static final int value = (int)(1L);
}

View File

@@ -0,0 +1,40 @@
package org.omg.IOP;
/**
* org/omg/IOP/TAG_INTERNET_IOP.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public interface TAG_INTERNET_IOP
{
/**
* Identifies profiles that
* support the Internet Inter-ORB Protocol. The <code>ProfileBody</code>
* of this profile contains a CDR encapsulation of a structure
* containing addressing and object identification information used by
* IIOP. Version 1.1 of the <code>TAG_INTERNET_IOP</code> profile
* also includes an array of TaggedComponent objects that can
* contain additional information supporting optional IIOP features,
* ORB services such as security, and future protocol extensions.
* <p>
* Protocols other than IIOP (such as ESIOPs and other GIOPs) can share
* profile information (such as object identity or security
* information) with IIOP by encoding their additional profile information
* as components in the <code>TAG_INTERNET_IOP</code> profile. All
* <code>TAG_INTERNET_IOP</code> profiles support IIOP, regardless of
* whether they also support additional protocols. Interoperable
* ORBs are not required to create or understand any other profile,
* nor are they required to create or understand any of the components
* defined for other protocols that might share the
* <code>TAG_INTERNET_IOP</code> profile with IIOP.
* <p>
* The <code>profile_data</code> for the <code>TAG_INTERNET_IOP</code>
* profile is a CDR encapsulation of the <code>IIOP.ProfileBody_1_1</code>
* type.
*/
public static final int value = (int)(0L);
}

View File

@@ -0,0 +1,28 @@
package org.omg.IOP;
/**
* org/omg/IOP/TAG_JAVA_CODEBASE.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public interface TAG_JAVA_CODEBASE
{
/**
* Class downloading is supported for stubs, ties, values, and
* value helpers. The specification allows transmission of codebase
* information on the wire for stubs and ties, and enables usage of
* pre-existing ClassLoaders when relevant.
* <p>
* For values and value helpers, the codebase is transmitted after the
* value tag. For stubs and ties, the codebase is transmitted as
* the TaggedComponent <code>TAG_JAVA_CODEBASE</code> in the IOR
* profile, where the <code>component_data</code> is a CDR encapsulation
* of the codebase written as an IDL string. The codebase is a
* space-separated list of one or more URLs.
*/
public static final int value = (int)(25L);
}

View File

@@ -0,0 +1,26 @@
package org.omg.IOP;
/**
* org/omg/IOP/TAG_MULTIPLE_COMPONENTS.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public interface TAG_MULTIPLE_COMPONENTS
{
/**
* Indicates that the value encapsulated is of type
* <code>MultipleComponentProfile</code>. In this case, the profile
* consists of a list of protocol components, the use of which must
* be specified by the protocol using this profile. This profile may
* be used to carry IOR components.
* <p>
* The <code>profile_data</code> for the
* <code>TAG_MULTIPLE_COMPONENTS</code> profile is a CDR encapsulation
* of the <code>MultipleComponentProfile</code> type shown above.
*/
public static final int value = (int)(1L);
}

View File

@@ -0,0 +1,33 @@
package org.omg.IOP;
/**
* org/omg/IOP/TAG_ORB_TYPE.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public interface TAG_ORB_TYPE
{
/**
* It is often useful in the real world to be able to identify the
* particular kind of ORB an object reference is coming from, to work
* around problems with that particular ORB, or exploit shared
* efficiencies.
* <p>
* The <code>TAG_ORB_TYPE</code> component has an associated value of
* type unsigned long (Java long), encoded as a CDR encapsulation,
* designating an ORB type ID allocated by the OMG for the ORB type of the
* originating ORB. Anyone may register any ORB types by submitting
* a short (one-paragraph) description of the ORB type to the OMG,
* and will receive a new ORB type ID in return. A list of ORB type
* descriptions and values will be made available on the OMG web server.
* <p>
* The <code>TAG_ORB_TYPE</code> component can appear at most once in
* any IOR profile. For profiles supporting IIOP 1.1 or greater, it
* is optionally present.
*/
public static final int value = (int)(0L);
}

View File

@@ -0,0 +1,19 @@
package org.omg.IOP;
/**
* org/omg/IOP/TAG_POLICIES.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public interface TAG_POLICIES
{
/**
* A profile component containing the sequence of QoS policies exported
* with the object reference by an object adapter.
*/
public static final int value = (int)(2L);
}

View File

@@ -0,0 +1,24 @@
package org.omg.IOP;
/**
* org/omg/IOP/TAG_RMI_CUSTOM_MAX_STREAM_FORMAT.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public interface TAG_RMI_CUSTOM_MAX_STREAM_FORMAT
{
/**
* RMI-IIOP has multiple stream format versions. A server
* can specify its maximum version by including the
* TAG_RMI_CUSTOM_MAX_STREAM_FORMAT tagged component or
* rely on the default of version 1 for GIOP 1.2 and less
* and version 2 for GIOP 1.3 and higher.
*
* See Java to IDL ptc/02-01-12 1.4.11.
*/
public static final int value = (int)(38L);
}

View File

@@ -0,0 +1,30 @@
package org.omg.IOP;
/**
* org/omg/IOP/TaggedComponent.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public final class TaggedComponent implements org.omg.CORBA.portable.IDLEntity
{
/** The tag, represented as a component id. */
public int tag = (int)0;
/** The component data associated with the component id. */
public byte component_data[] = null;
public TaggedComponent ()
{
} // ctor
public TaggedComponent (int _tag, byte[] _component_data)
{
tag = _tag;
component_data = _component_data;
} // ctor
} // class TaggedComponent

View File

@@ -0,0 +1,87 @@
package org.omg.IOP;
/**
* org/omg/IOP/TaggedComponentHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
abstract public class TaggedComponentHelper
{
private static String _id = "IDL:omg.org/IOP/TaggedComponent:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.IOP.TaggedComponent that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.IOP.TaggedComponent extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
private static boolean __active = false;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
synchronized (org.omg.CORBA.TypeCode.class)
{
if (__typeCode == null)
{
if (__active)
{
return org.omg.CORBA.ORB.init().create_recursive_tc ( _id );
}
__active = true;
org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [2];
org.omg.CORBA.TypeCode _tcOf_members0 = null;
_tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong);
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.IOP.ComponentIdHelper.id (), "ComponentId", _tcOf_members0);
_members0[0] = new org.omg.CORBA.StructMember (
"tag",
_tcOf_members0,
null);
_tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet);
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0);
_members0[1] = new org.omg.CORBA.StructMember (
"component_data",
_tcOf_members0,
null);
__typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.IOP.TaggedComponentHelper.id (), "TaggedComponent", _members0);
__active = false;
}
}
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.IOP.TaggedComponent read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.IOP.TaggedComponent value = new org.omg.IOP.TaggedComponent ();
value.tag = istream.read_ulong ();
int _len0 = istream.read_long ();
value.component_data = new byte[_len0];
istream.read_octet_array (value.component_data, 0, _len0);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.IOP.TaggedComponent value)
{
ostream.write_ulong (value.tag);
ostream.write_long (value.component_data.length);
ostream.write_octet_array (value.component_data, 0, value.component_data.length);
}
}

View File

@@ -0,0 +1,38 @@
package org.omg.IOP;
/**
* org/omg/IOP/TaggedComponentHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public final class TaggedComponentHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.IOP.TaggedComponent value = null;
public TaggedComponentHolder ()
{
}
public TaggedComponentHolder (org.omg.IOP.TaggedComponent initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.IOP.TaggedComponentHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.IOP.TaggedComponentHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.IOP.TaggedComponentHelper.type ();
}
}

View File

@@ -0,0 +1,30 @@
package org.omg.IOP;
/**
* org/omg/IOP/TaggedProfile.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public final class TaggedProfile implements org.omg.CORBA.portable.IDLEntity
{
/** The tag, represented as a profile id. */
public int tag = (int)0;
/** The associated profile data. */
public byte profile_data[] = null;
public TaggedProfile ()
{
} // ctor
public TaggedProfile (int _tag, byte[] _profile_data)
{
tag = _tag;
profile_data = _profile_data;
} // ctor
} // class TaggedProfile

View File

@@ -0,0 +1,87 @@
package org.omg.IOP;
/**
* org/omg/IOP/TaggedProfileHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
abstract public class TaggedProfileHelper
{
private static String _id = "IDL:omg.org/IOP/TaggedProfile:1.0";
public static void insert (org.omg.CORBA.Any a, org.omg.IOP.TaggedProfile that)
{
org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
a.type (type ());
write (out, that);
a.read_value (out.create_input_stream (), type ());
}
public static org.omg.IOP.TaggedProfile extract (org.omg.CORBA.Any a)
{
return read (a.create_input_stream ());
}
private static org.omg.CORBA.TypeCode __typeCode = null;
private static boolean __active = false;
synchronized public static org.omg.CORBA.TypeCode type ()
{
if (__typeCode == null)
{
synchronized (org.omg.CORBA.TypeCode.class)
{
if (__typeCode == null)
{
if (__active)
{
return org.omg.CORBA.ORB.init().create_recursive_tc ( _id );
}
__active = true;
org.omg.CORBA.StructMember[] _members0 = new org.omg.CORBA.StructMember [2];
org.omg.CORBA.TypeCode _tcOf_members0 = null;
_tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_ulong);
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_alias_tc (org.omg.IOP.ProfileIdHelper.id (), "ProfileId", _tcOf_members0);
_members0[0] = new org.omg.CORBA.StructMember (
"tag",
_tcOf_members0,
null);
_tcOf_members0 = org.omg.CORBA.ORB.init ().get_primitive_tc (org.omg.CORBA.TCKind.tk_octet);
_tcOf_members0 = org.omg.CORBA.ORB.init ().create_sequence_tc (0, _tcOf_members0);
_members0[1] = new org.omg.CORBA.StructMember (
"profile_data",
_tcOf_members0,
null);
__typeCode = org.omg.CORBA.ORB.init ().create_struct_tc (org.omg.IOP.TaggedProfileHelper.id (), "TaggedProfile", _members0);
__active = false;
}
}
}
return __typeCode;
}
public static String id ()
{
return _id;
}
public static org.omg.IOP.TaggedProfile read (org.omg.CORBA.portable.InputStream istream)
{
org.omg.IOP.TaggedProfile value = new org.omg.IOP.TaggedProfile ();
value.tag = istream.read_ulong ();
int _len0 = istream.read_long ();
value.profile_data = new byte[_len0];
istream.read_octet_array (value.profile_data, 0, _len0);
return value;
}
public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.IOP.TaggedProfile value)
{
ostream.write_ulong (value.tag);
ostream.write_long (value.profile_data.length);
ostream.write_octet_array (value.profile_data, 0, value.profile_data.length);
}
}

View File

@@ -0,0 +1,38 @@
package org.omg.IOP;
/**
* org/omg/IOP/TaggedProfileHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public final class TaggedProfileHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.IOP.TaggedProfile value = null;
public TaggedProfileHolder ()
{
}
public TaggedProfileHolder (org.omg.IOP.TaggedProfile initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.IOP.TaggedProfileHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.IOP.TaggedProfileHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.IOP.TaggedProfileHelper.type ();
}
}

View File

@@ -0,0 +1,20 @@
package org.omg.IOP;
/**
* org/omg/IOP/TransactionService.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public interface TransactionService
{
/**
* Identifies a CDR encapsulation of the
* <code>CosTSInteroperation.PropogationContext</code> defined in
* <i>CORBAservices: Common Object Services Specifications.</i>
*/
public static final int value = (int)(0L);
}