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