Package org.omg.IOP
Class TaggedProfile
java.lang.Object
org.omg.IOP.TaggedProfile
- All Implemented Interfaces:
Serializable
,IDLEntity
org/omg/IOP/TaggedProfile.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, 10:43:23 AM Greenwich Mean Time
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte[]
The associated profile data.int
The tag, represented as a profile id. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tag
public int tagThe tag, represented as a profile id. -
profile_data
public byte[] profile_dataThe associated profile data.
-
-
Constructor Details
-
TaggedProfile
public TaggedProfile() -
TaggedProfile
public TaggedProfile(int _tag, byte[] _profile_data)
-