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