|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableInterceptor.RequestInfoHelper
public class 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 |
---|
clone, equals, finalize, 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 any
public static TypeCode type()
public static java.lang.String id()
public static RequestInfo read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, RequestInfo value)
ostream
- the output streamvalue
- RequestInfo valuepublic static RequestInfo narrow(Object obj)
obj
- the CORBA Object
public static RequestInfo unchecked_narrow(Object obj)
obj
- the CORBA Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |