public final class TaggedComponent extends Object implements IDLEntity, Serializable
TaggedProfile
.
The examples of the possible components inside the tag are
TAG_CODE_SETS
, TAG_ALTERNATE_IIOP_ADDRESS
,
TAG_JAVA_CODEBASE
, TAG_ORB_TYPE
and TAG_POLICIES
.
The complete list (over 20 possible components) can be found
in OMG specification. Some of these components occur only once
(in the same TaggedProfile), others can be repeated.Modifier and Type | Field and Description |
---|---|
byte[] |
component_data
The tag component data.
|
int |
tag
The integer tag identifier, for instance, TAG_CODE_SETS.value.
|
Constructor and Description |
---|
TaggedComponent()
Create the unitialised instance, assigning to
the all fields java default values.
|
TaggedComponent(int a_tag,
byte[] a_component_data)
Create the instance, initialising the fields to the given values.
|
public int tag
public byte[] component_data
public TaggedComponent()
public TaggedComponent(int a_tag, byte[] a_component_data)