org.omg.CosNaming
public final class BindingHolder extends Object implements Streamable
Field Summary | |
---|---|
Binding | value
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. |