org.omg.CosNaming
Class NamingContextExtHolder

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

public final class NamingContextExtHolder
extends Object
implements Streamable

A holder for the extended naming context, added since 1.4.


Field Summary
 NamingContextExt value
          A stored value.
 
Constructor Summary
NamingContextExtHolder()
          Create the unitialised naming context holder.
NamingContextExtHolder(NamingContextExt initialValue)
          Create the naming context holder, intialised to the given value.
 
Method Summary
 void _read(InputStream i)
          Read the naming context from the given CDR input stream.
 TypeCode _type()
          Get the typecode of the naming context.
 void _write(OutputStream o)
          Write the naming context to the given CDR output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public NamingContextExt value
A stored value.

Constructor Detail

NamingContextExtHolder

public NamingContextExtHolder()
Create the unitialised naming context holder.


NamingContextExtHolder

public NamingContextExtHolder(NamingContextExt initialValue)
Create the naming context holder, intialised to the given value.

Method Detail

_read

public void _read(InputStream i)
Read the naming context from the given CDR input stream.

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

_type

public TypeCode _type()
Get the typecode of the naming context.

Specified by:
_type in interface Streamable

_write

public void _write(OutputStream o)
Write the naming context to the given CDR output stream.

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