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 class
DynValueBoxImpl
-
Uses of DynValueBox in org.omg.DynamicAny
Classes in org.omg.DynamicAny that implement DynValueBox Modifier and Type Class Description class
_DynValueBoxStub
DynValueBox objects support the manipulation of IDL boxed value types.Fields in org.omg.DynamicAny declared as DynValueBox Modifier and Type Field Description DynValueBox
DynValueBoxHolder. value
Methods in org.omg.DynamicAny that return DynValueBox Modifier and Type Method Description DynValueBox
DynValueBoxPOA. _this()
DynValueBox
DynValueBoxPOA. _this(ORB orb)
static DynValueBox
DynValueBoxHelper. extract(Any a)
static DynValueBox
DynValueBoxHelper. narrow(Object obj)
static DynValueBox
DynValueBoxHelper. read(InputStream istream)
static DynValueBox
DynValueBoxHelper. unchecked_narrow(Object obj)
Methods in org.omg.DynamicAny with parameters of type DynValueBox Modifier and Type Method Description static void
DynValueBoxHelper. insert(Any a, DynValueBox that)
static void
DynValueBoxHelper. write(OutputStream ostream, DynValueBox value)
Constructors in org.omg.DynamicAny with parameters of type DynValueBox Constructor Description DynValueBoxHolder(DynValueBox initialValue)
-