Package org.omg.IOP
Class IOR
- java.lang.Object
-
- org.omg.IOP.IOR
-
- All Implemented Interfaces:
java.io.Serializable
,IDLEntity
public final class IOR extends java.lang.Object implements IDLEntity
org/omg/IOP/IOR.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/IOP.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 TaggedProfile[]
profiles
An array of tagged profiles associated with this object reference.java.lang.String
type_id
The type id, represented as a String.
-
Constructor Summary
Constructors Constructor Description IOR()
IOR(java.lang.String _type_id, TaggedProfile[] _profiles)
-
-
-
Field Detail
-
type_id
public java.lang.String type_id
The type id, represented as a String.
-
profiles
public TaggedProfile[] profiles
An array of tagged profiles associated with this object reference.
-
-
Constructor Detail
-
IOR
public IOR()
-
IOR
public IOR(java.lang.String _type_id, TaggedProfile[] _profiles)
-
-