|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CosNaming.NamingContextHelper
Helper class for : NamingContext
Constructor Summary | |
NamingContextHelper()
|
Method Summary | |
static NamingContext |
extract(Any a)
Extract NamingContext from an any |
static java.lang.String |
id()
Return the NamingContext IDL ID |
static void |
insert(Any a,
NamingContext t)
Insert NamingContext into an any |
static NamingContext |
narrow(Object obj)
Narrow CORBA::Object to NamingContext |
static NamingContext |
read(InputStream istream)
Read NamingContext from a marshalled stream |
static TypeCode |
type()
Return the NamingContext TypeCode |
static NamingContext |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to NamingContext |
static void |
write(OutputStream ostream,
NamingContext value)
Write NamingContext into a marshalled stream |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NamingContextHelper()
Method Detail |
public static void insert(Any a, NamingContext t)
a
- an anyt
- NamingContext valuepublic static NamingContext extract(Any a)
a
- an anypublic static TypeCode type()
public static java.lang.String id()
public static NamingContext read(InputStream istream)
istream
- the input streampublic static void write(OutputStream ostream, NamingContext value)
ostream
- the output streamvalue
- NamingContext valuepublic static NamingContext narrow(Object obj)
obj
- the CORBA Objectpublic static NamingContext unchecked_narrow(Object obj)
obj
- the CORBA Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |