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 |
DynUnionImpl |
Modifier and Type | Class and Description |
---|---|
class |
_DynUnionStub
DynUnion objects support the manipulation of IDL unions.
|
Modifier and Type | Field and Description |
---|---|
DynUnion |
DynUnionHolder.value |
Modifier and Type | Method and Description |
---|---|
DynUnion |
DynUnionPOA._this() |
DynUnion |
DynUnionPOA._this(ORB orb) |
static DynUnion |
DynUnionHelper.extract(Any a) |
static DynUnion |
DynUnionHelper.narrow(Object obj) |
static DynUnion |
DynUnionHelper.read(InputStream istream) |
static DynUnion |
DynUnionHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
DynUnionHelper.insert(Any a,
DynUnion that) |
static void |
DynUnionHelper.write(OutputStream ostream,
DynUnion value) |
Constructor and Description |
---|
DynUnionHolder(DynUnion initialValue) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.