org.omg.CosNaming

Class NamingContextHolder

public final class NamingContextHolder extends Object implements Streamable

A holder for the naming context.
Field Summary
NamingContextvalue
A stored value.
Constructor Summary
NamingContextHolder()
Create the unitialised naming context holder.
NamingContextHolder(NamingContext initialValue)
Create the naming context holder, intialised to the given value.
Method Summary
void_read(InputStream in)
Read the naming context from the given CDR input stream.
TypeCode_type()
Get the typecode of the naming context.
void_write(OutputStream out)
Write the naming context to the given CDR output stream.

Field Detail

value

public NamingContext value
A stored value.

Constructor Detail

NamingContextHolder

public NamingContextHolder()
Create the unitialised naming context holder.

NamingContextHolder

public NamingContextHolder(NamingContext initialValue)
Create the naming context holder, intialised to the given value.

Method Detail

_read

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

_type

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

_write

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