org.omg.CosNaming
public final class NamingContextHolder extends Object implements Streamable
| Field Summary | |
|---|---|
| NamingContext | value
A stored value. |
| Constructor Summary | |
|---|---|
| NamingContextHolder()
Create the unitialised naming context holder. | |
| NamingContextHolder(NamingContext initialValue)
Create the naming context holder, intialised to the given value. | |
| Method Summary | |
|---|---|
| void | _read(InputStream in)
Read the naming context from the given CDR input stream. |
| TypeCode | _type()
Get the typecode of the naming context. |
| void | _write(OutputStream out)
Write the naming context to the given CDR output stream. |