|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CosNaming.NamingContextHolder
public final class NamingContextHolder
A holder for the naming context.
| Field Summary | |
|---|---|
NamingContext |
value
A stored value. |
| Constructor Summary | |
|---|---|
NamingContextHolder()
Create the unitialised naming context holder. |
|
NamingContextHolder(NamingContext initialValue)
Create the naming context holder, intialised to the given value. |
|
| Method Summary | |
|---|---|
void |
_read(InputStream in)
Read the naming context from the given CDR input stream. |
TypeCode |
_type()
Get the typecode of the naming context. |
void |
_write(OutputStream out)
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 NamingContext value
| Constructor Detail |
|---|
public NamingContextHolder()
public NamingContextHolder(NamingContext initialValue)
| Method Detail |
|---|
public void _read(InputStream in)
_read in interface Streamablein - the input stream to read from.public TypeCode _type()
_type in interface Streamablepublic void _write(OutputStream out)
_write in interface Streamableout - the output stream to write into.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||