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