org.omg.CosNaming

Class BindingHolder

public final class BindingHolder extends Object implements Streamable

A holder for the binding type.
Field Summary
Bindingvalue
The stored binding type.
Constructor Summary
BindingHolder()
Create an empty instance.
BindingHolder(Binding initialValue)
Create the intialised holder.
Method Summary
void_read(InputStream i)
Read the holder value from the CDR stream.
TypeCode_type()
Return the binding type code.
void_write(OutputStream o)
Write the holder value to the CDR stream.

Field Detail

value

public Binding value
The stored binding type.

Constructor Detail

BindingHolder

public BindingHolder()
Create an empty instance.

BindingHolder

public BindingHolder(Binding initialValue)
Create the intialised holder.

Method Detail

_read

public void _read(InputStream i)
Read the holder value from the CDR stream.

_type

public TypeCode _type()
Return the binding type code.

_write

public void _write(OutputStream o)
Write the holder value to the CDR stream.