Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
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. |
Uses of DynUnion in org.omg.DynamicAny |
---|
Modifier and Type | Class and Description |
---|---|
class |
_DynUnionStub
DynUnion objects support the manipulation of IDL unions. |
Modifier and Type | Method and Description |
---|---|
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)
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.