|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosNaming.BindingTypeHolder
public final class BindingTypeHolder
Holds the binding type.
Field Summary | |
---|---|
BindingType |
value
The stored binding type value. |
Constructor Summary | |
---|---|
BindingTypeHolder()
Create the unitialised holder. |
|
BindingTypeHolder(BindingType initialValue)
Create the holder, intialised to the given value. |
Method Summary | |
---|---|
void |
_read(InputStream in)
Read the holder value from the CDR input stream. |
TypeCode |
_type()
Returns the TypeCode, corresponding the CORBA type that is stored using this holder. |
void |
_write(OutputStream out)
Write the stored value to the CDR output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public BindingType value
Constructor Detail |
---|
public BindingTypeHolder()
public BindingTypeHolder(BindingType initialValue)
Method Detail |
---|
public void _read(InputStream in)
_read
in interface Streamable
in
- the input stream to read from.public TypeCode _type()
Streamable
_type
in interface Streamable
public void _write(OutputStream out)
_write
in interface Streamable
out
- the output stream to write into.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |