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