|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosNaming.NamingContextExtHolder
public final class NamingContextExtHolder
A holder for the extended naming context, added since 1.4.
Field Summary | |
---|---|
NamingContextExt |
value
A stored value. |
Constructor Summary | |
---|---|
NamingContextExtHolder()
Create the unitialised naming context holder. |
|
NamingContextExtHolder(NamingContextExt initialValue)
Create the naming context holder, intialised to the given value. |
Method Summary | |
---|---|
void |
_read(InputStream i)
Read the naming context from the given CDR input stream. |
TypeCode |
_type()
Get the typecode of the naming context. |
void |
_write(OutputStream o)
Write the naming context to 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 NamingContextExt value
Constructor Detail |
---|
public NamingContextExtHolder()
public NamingContextExtHolder(NamingContextExt 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 |