|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosNaming.BindingHolder
public final class BindingHolder
A holder for the binding type.
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Binding value
Constructor Detail |
---|
public BindingHolder()
public BindingHolder(Binding initialValue)
Method Detail |
---|
public void _read(InputStream i)
_read
in interface Streamable
i
- the input stream to read from.public TypeCode _type()
_type
in interface Streamable
public void _write(OutputStream o)
_write
in interface Streamable
o
- the output stream to write into.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |