org.omg.CosNaming
public final class NameComponentHolder extends Object implements Streamable
| Field Summary | |
|---|---|
| NameComponent | value
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. |