public final class NamingContextHolder extends Object implements Streamable
Modifier and Type | Field and Description |
---|---|
NamingContext |
value
A stored value.
|
Constructor and Description |
---|
NamingContextHolder()
Create the unitialised naming context holder.
|
NamingContextHolder(NamingContext initialValue)
Create the naming context holder, intialised to the given value.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public NamingContext value
public NamingContextHolder()
public NamingContextHolder(NamingContext initialValue)
public void _read(InputStream in)
_read
in interface Streamable
in
- the input stream to read from.public TypeCode _type()
_type
in interface Streamable
public void _write(OutputStream out)
_write
in interface Streamable
out
- the output stream to write into.