org.omg.CosNaming.NamingContextPackage

Class CannotProceedHolder

public final class CannotProceedHolder extends Object implements Streamable

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

Field Detail

value

public CannotProceed value
The stored value.

Constructor Detail

CannotProceedHolder

public CannotProceedHolder()
Create the holder with unitialised value.

CannotProceedHolder

public CannotProceedHolder(CannotProceed initialValue)
Create the holder, storing the given value.

Method Detail

_read

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

_type

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

_write

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