org.omg.CosNaming

Class NameComponentHolder

public final class NameComponentHolder extends Object implements Streamable

The name component holder.
Field Summary
NameComponentvalue
The stored value.
Constructor Summary
NameComponentHolder()
Create the unitialised holder.
NameComponentHolder(NameComponent initialValue)
Create the initialised holder.
Method Summary
void_read(InputStream in)
Fill in the value field by reading it from the CDR input stream.
TypeCode_type()
Get the type code of the {@link NameComponent}.
void_write(OutputStream out)
Write the stored value into the given CDR output stream.

Field Detail

value

public NameComponent value
The stored value.

Constructor Detail

NameComponentHolder

public NameComponentHolder()
Create the unitialised holder.

NameComponentHolder

public NameComponentHolder(NameComponent initialValue)
Create the initialised holder.

Method Detail

_read

public void _read(InputStream in)
Fill in the value field by reading it from the CDR input stream.

_type

public TypeCode _type()
Get the type code of the {@link NameComponent}.

_write

public void _write(OutputStream out)
Write the stored value into the given CDR output stream.