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