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