- java.lang.Object
-
- org.omg.IOP.TaggedProfile
-
- All Implemented Interfaces:
Serializable
,IDLEntity
public final class TaggedProfile extends Object implements IDLEntity
org/omg/IOP/TaggedProfile.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /builddir/build/BUILD/java-10-openjdk-10.0.1.10-11.module_1866+b8d5a2e9.x86_64/openjdk/src/java.corba/share/classes/org/omg/PortableInterceptor/IOP.idl Friday, June 15, 2018 at 9:51:09 AM Coordinated Universal Time
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
profile_data
The associated profile data.int
tag
The tag, represented as a profile id.
-
Constructor Summary
Constructors Constructor Description TaggedProfile()
TaggedProfile(int _tag, byte[] _profile_data)
-