org.omg.CosNaming.NamingContextPackage
public final class NotFoundHolder extends Object implements Streamable
NotFound
exception.Constructor and Description |
---|
NotFoundHolder()
Create the holder with unitialised value.
|
NotFoundHolder(NotFound initialValue)
Create the holder, storing the given value.
|
Modifier and Type | Method and Description |
---|---|
void |
_read(InputStream in)
Fill in the stored value, reading it from the given CDR stream.
|
TypeCode |
_type()
Get the type code of the
NotFound exception. |
void |
_write(OutputStream out)
Write the stored value to the given CDR stream.
|
public NotFoundHolder()
public NotFoundHolder(NotFound initialValue)
public void _read(InputStream in)
_read
in interface Streamable
in
- the input stream to read from.public TypeCode _type()
NotFound
exception._type
in interface Streamable
public void _write(OutputStream out)
_write
in interface Streamable
out
- the output stream to write into.