Package | Description |
---|---|
com.sun.corba.se.impl.dynamicany | |
org.omg.DynamicAny |
Provides classes and interfaces that enable traversal of the data value
associated with an
any at
runtime, and extraction of the primitive constituents of the data value. |
Modifier and Type | Class and Description |
---|---|
class |
DynAnyFactoryImpl |
Modifier and Type | Class and Description |
---|---|
class |
_DynAnyFactoryStub
DynAny objects can be created by invoking operations on the DynAnyFactory object.
|
Modifier and Type | Field and Description |
---|---|
DynAnyFactory |
DynAnyFactoryHolder.value |
Modifier and Type | Method and Description |
---|---|
DynAnyFactory |
DynAnyFactoryPOA._this() |
DynAnyFactory |
DynAnyFactoryPOA._this(ORB orb) |
static DynAnyFactory |
DynAnyFactoryHelper.extract(Any a) |
static DynAnyFactory |
DynAnyFactoryHelper.narrow(Object obj) |
static DynAnyFactory |
DynAnyFactoryHelper.read(InputStream istream) |
static DynAnyFactory |
DynAnyFactoryHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
DynAnyFactoryHelper.insert(Any a,
DynAnyFactory that) |
static void |
DynAnyFactoryHelper.write(OutputStream ostream,
DynAnyFactory value) |
Constructor and Description |
---|
DynAnyFactoryHolder(DynAnyFactory initialValue) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.