org.omg.CosNaming.NamingContextPackage

Class NotFoundHolder

public final class NotFoundHolder extends Object implements Streamable

The holder for the {@link NotFound} exception.
Field Summary
NotFoundvalue
The stored value.
Constructor Summary
NotFoundHolder()
Create the holder with unitialised value.
NotFoundHolder(NotFound initialValue)
Create the holder, storing the given value.
Method Summary
void_read(InputStream in)
Fill in the stored value, reading it from the given CDR stream.
TypeCode_type()
Get the type code of the {@link NotFound} exception.
void_write(OutputStream out)
Write the stored value to the given CDR stream.

Field Detail

value

public NotFound value
The stored value.

Constructor Detail

NotFoundHolder

public NotFoundHolder()
Create the holder with unitialised value.

NotFoundHolder

public NotFoundHolder(NotFound initialValue)
Create the holder, storing the given value.

Method Detail

_read

public void _read(InputStream in)
Fill in the stored value, reading it from the given CDR stream.

_type

public TypeCode _type()
Get the type code of the {@link NotFound} exception.

_write

public void _write(OutputStream out)
Write the stored value to the given CDR stream.