org.omg.CosNaming
public final class NameHolder extends Object implements Streamable
| Field Summary | |
|---|---|
| NameComponent[] | value
The stored Name (array of the name components). |
| Constructor Summary | |
|---|---|
| NameHolder()
Create the empty holder. | |
| NameHolder(NameComponent[] initialValue)
Create the intialised holder. | |
| Method Summary | |
|---|---|
| void | _read(InputStream in)
Fill in the holder value by reading it from the CDR input stream. |
| TypeCode | _type()
Get the Name type code. |
| void | _write(OutputStream out)
Write the stored value into CDR output stream. |