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