org.omg.CosNaming
Class BindingListHolder

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

public final class BindingListHolder
extends Object
implements Streamable

A class to hold the binding list.


Field Summary
 Binding[] value
          The wrapped binding list.
 
Constructor Summary
BindingListHolder()
          Create the unitialised holder.
BindingListHolder(Binding[] initialValue)
          Create the holder, intialised to the given value.
 
Method Summary
 void _read(InputStream in)
          Read the binding list from the given CDR stream.
 TypeCode _type()
          Get the type code of the binding.
 void _write(OutputStream out)
          Write the binding list into 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 Binding[] value
The wrapped binding list.

Constructor Detail

BindingListHolder

public BindingListHolder()
Create the unitialised holder.


BindingListHolder

public BindingListHolder(Binding[] initialValue)
Create the holder, intialised to the given value.

Method Detail

_read

public void _read(InputStream in)
Read the binding list 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 binding.

Specified by:
_type in interface Streamable

_write

public void _write(OutputStream out)
Write the binding list into the given CDR stream.

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