public class RequestInfoHelper
extends java.lang.Object
| Constructor and Description |
|---|
RequestInfoHelper() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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