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 classDynUnionImpl -
Uses of DynUnion in org.omg.DynamicAny
Classes in org.omg.DynamicAny that implement DynUnion Modifier and Type Class Description class_DynUnionStubDynUnion objects support the manipulation of IDL unions.Fields in org.omg.DynamicAny declared as DynUnion Modifier and Type Field Description DynUnionDynUnionHolder. valueMethods in org.omg.DynamicAny that return DynUnion Modifier and Type Method Description DynUnionDynUnionPOA. _this()DynUnionDynUnionPOA. _this(ORB orb)static DynUnionDynUnionHelper. extract(Any a)static DynUnionDynUnionHelper. narrow(Object obj)static DynUnionDynUnionHelper. read(InputStream istream)static DynUnionDynUnionHelper. unchecked_narrow(Object obj)Methods in org.omg.DynamicAny with parameters of type DynUnion Modifier and Type Method Description static voidDynUnionHelper. insert(Any a, DynUnion that)static voidDynUnionHelper. write(OutputStream ostream, DynUnion value)Constructors in org.omg.DynamicAny with parameters of type DynUnion Constructor Description DynUnionHolder(DynUnion initialValue)
-