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