org.omg.CosNaming
public final class NamingContextExtHolder extends Object implements Streamable
Modifier and Type | Field and Description |
---|---|
NamingContextExt |
value
A stored value.
|
Constructor and Description |
---|
NamingContextExtHolder()
Create the unitialised naming context holder.
|
NamingContextExtHolder(NamingContextExt initialValue)
Create the naming context holder, intialised to the given value.
|
Modifier and Type | Method and Description |
---|---|
void |
_read(InputStream i)
Read the naming context from the given CDR input stream.
|
TypeCode |
_type()
Get the typecode of the naming context.
|
void |
_write(OutputStream o)
Write the naming context to the given CDR output stream.
|
public NamingContextExt value
public NamingContextExtHolder()
public NamingContextExtHolder(NamingContextExt initialValue)
public void _read(InputStream i)
_read
in interface Streamable
i
- the input stream to read from.public TypeCode _type()
_type
in interface Streamable
public void _write(OutputStream o)
_write
in interface Streamable
o
- the output stream to write into.