org.omg.CosNaming.NamingContextPackage
public final class CannotProceedHolder extends Object implements Streamable
| Field Summary | |
|---|---|
| CannotProceed | value
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. |