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 |
DynValueBoxImpl |
Modifier and Type | Class and Description |
---|---|
class |
_DynValueBoxStub
DynValueBox objects support the manipulation of IDL boxed value types.
|
Modifier and Type | Field and Description |
---|---|
DynValueBox |
DynValueBoxHolder.value |
Modifier and Type | Method and Description |
---|---|
DynValueBox |
DynValueBoxPOA._this() |
DynValueBox |
DynValueBoxPOA._this(ORB orb) |
static DynValueBox |
DynValueBoxHelper.extract(Any a) |
static DynValueBox |
DynValueBoxHelper.narrow(Object obj) |
static DynValueBox |
DynValueBoxHelper.read(InputStream istream) |
static DynValueBox |
DynValueBoxHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
DynValueBoxHelper.insert(Any a,
DynValueBox that) |
static void |
DynValueBoxHelper.write(OutputStream ostream,
DynValueBox value) |
Constructor and Description |
---|
DynValueBoxHolder(DynValueBox initialValue) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.