Uses of Interface
org.omg.DynamicAny.DynUnion
-
Packages that use DynUnion Package Description com.sun.corba.ee.impl.dynamicany org.omg.DynamicAny -
-
Uses of DynUnion in com.sun.corba.ee.impl.dynamicany
Classes in com.sun.corba.ee.impl.dynamicany that implement DynUnion Modifier and Type Class Description class
DynUnionImpl
-
Uses of DynUnion in org.omg.DynamicAny
Classes in org.omg.DynamicAny that implement DynUnion Modifier and Type Class Description class
_DynUnionStub
DynUnion objects support the manipulation of IDL unions.Fields in org.omg.DynamicAny declared as DynUnion Modifier and Type Field Description DynUnion
DynUnionHolder. value
Methods in org.omg.DynamicAny that return DynUnion Modifier and Type Method 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)
Methods in org.omg.DynamicAny with parameters of type DynUnion Modifier and Type Method Description static void
DynUnionHelper. insert(Any a, DynUnion that)
static void
DynUnionHelper. write(OutputStream ostream, DynUnion value)
Constructors in org.omg.DynamicAny with parameters of type DynUnion Constructor Description DynUnionHolder(DynUnion initialValue)
-