|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosNaming.NameComponentHolder
public final class NameComponentHolder
The name component holder.
Field Summary | |
---|---|
NameComponent |
value
The stored value. |
Constructor Summary | |
---|---|
NameComponentHolder()
Create the unitialised holder. |
|
NameComponentHolder(NameComponent initialValue)
Create the initialised holder. |
Method Summary | |
---|---|
void |
_read(InputStream in)
Fill in the value field by reading it from the CDR input stream. |
TypeCode |
_type()
Get the type code of the NameComponent . |
void |
_write(OutputStream out)
Write the stored value into the given CDR output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public NameComponent value
Constructor Detail |
---|
public NameComponentHolder()
public NameComponentHolder(NameComponent initialValue)
Method Detail |
---|
public void _read(InputStream in)
_read
in interface Streamable
in
- the input stream to read from.public TypeCode _type()
NameComponent
.
_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 |