public class ServerRequestInfoHelper
extends java.lang.Object
| Constructor and Description |
|---|
ServerRequestInfoHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ServerRequestInfo |
extract(Any a)
Extract ServerRequestInfo from an any
|
static java.lang.String |
id()
Return the ServerRequestInfo IDL ID
|
static void |
insert(Any a,
ServerRequestInfo t)
Insert ServerRequestInfo into an any
|
static ServerRequestInfo |
narrow(Object obj)
Narrow CORBA::Object to ServerRequestInfo
|
static ServerRequestInfo |
read(InputStream istream)
Read ServerRequestInfo from a marshalled stream
|
static TypeCode |
type()
Return the ServerRequestInfo TypeCode
|
static ServerRequestInfo |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to ServerRequestInfo
|
static void |
write(OutputStream ostream,
ServerRequestInfo value)
Write ServerRequestInfo into a marshalled stream
|
public static void insert(Any a, ServerRequestInfo t)
a - an anyt - ServerRequestInfo valuepublic static ServerRequestInfo extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static ServerRequestInfo read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, ServerRequestInfo value)
ostream - the output streamvalue - ServerRequestInfo valuepublic static ServerRequestInfo narrow(Object obj)
obj - the CORBA Objectpublic static ServerRequestInfo unchecked_narrow(Object obj)
obj - the CORBA Object