Uses of Interface
org.omg.DynamicAny.DynValueBox
-
Packages that use DynValueBox Package Description com.sun.corba.ee.impl.dynamicany org.omg.DynamicAny -
-
Uses of DynValueBox in com.sun.corba.ee.impl.dynamicany
Classes in com.sun.corba.ee.impl.dynamicany that implement DynValueBox Modifier and Type Class Description classDynValueBoxImpl -
Uses of DynValueBox in org.omg.DynamicAny
Classes in org.omg.DynamicAny that implement DynValueBox Modifier and Type Class Description class_DynValueBoxStubDynValueBox objects support the manipulation of IDL boxed value types.Fields in org.omg.DynamicAny declared as DynValueBox Modifier and Type Field Description DynValueBoxDynValueBoxHolder. valueMethods in org.omg.DynamicAny that return DynValueBox Modifier and Type Method Description DynValueBoxDynValueBoxPOA. _this()DynValueBoxDynValueBoxPOA. _this(ORB orb)static DynValueBoxDynValueBoxHelper. extract(Any a)static DynValueBoxDynValueBoxHelper. narrow(Object obj)static DynValueBoxDynValueBoxHelper. read(InputStream istream)static DynValueBoxDynValueBoxHelper. unchecked_narrow(Object obj)Methods in org.omg.DynamicAny with parameters of type DynValueBox Modifier and Type Method Description static voidDynValueBoxHelper. insert(Any a, DynValueBox that)static voidDynValueBoxHelper. write(OutputStream ostream, DynValueBox value)Constructors in org.omg.DynamicAny with parameters of type DynValueBox Constructor Description DynValueBoxHolder(DynValueBox initialValue)
-