org.omg.CosNaming

Class NamingContextExtHolder

public final class NamingContextExtHolder extends Object implements Streamable

A holder for the extended naming context, added since 1.4.
Field Summary
NamingContextExtvalue
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.

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.

_type

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

_write

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