org.omg.CosNaming.NamingContextExtPackage
Class InvalidAddressHolder

java.lang.Object
  extended by org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHolder
All Implemented Interfaces:
Streamable

public final class InvalidAddressHolder
extends Object
implements Streamable

The holder for the exception InvalidAddress.


Field Summary
 InvalidAddress value
          The stored value.
 
Constructor Summary
InvalidAddressHolder()
          Create the holder with unitialised value.
InvalidAddressHolder(InvalidAddress 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 NotEmpty exception.
 void _write(OutputStream out)
          Write the stored value to the given CDR stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public InvalidAddress value
The stored value.

Constructor Detail

InvalidAddressHolder

public InvalidAddressHolder()
Create the holder with unitialised value.


InvalidAddressHolder

public InvalidAddressHolder(InvalidAddress 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.

Specified by:
_read in interface Streamable
Parameters:
in - the input stream to read from.

_type

public TypeCode _type()
Get the type code of the NotEmpty exception.

Specified by:
_type in interface Streamable

_write

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

Specified by:
_write in interface Streamable
Parameters:
out - the output stream to write into.