Uses of Interface
org.omg.DynamicAny.DynValueCommon
-
Packages that use DynValueCommon Package Description com.sun.corba.ee.impl.dynamicany org.omg.DynamicAny -
-
Uses of DynValueCommon in com.sun.corba.ee.impl.dynamicany
Classes in com.sun.corba.ee.impl.dynamicany that implement DynValueCommon Modifier and Type Class Description class
DynValueBoxImpl
(package private) class
DynValueCommonImpl
class
DynValueImpl
-
Uses of DynValueCommon in org.omg.DynamicAny
Subinterfaces of DynValueCommon in org.omg.DynamicAny Modifier and Type Interface Description interface
DynValue
DynValue objects support the manipulation of IDL non-boxed value types.interface
DynValueBox
DynValueBox objects support the manipulation of IDL boxed value types.Classes in org.omg.DynamicAny that implement DynValueCommon Modifier and Type Class Description class
_DynValueBoxStub
DynValueBox objects support the manipulation of IDL boxed value types.class
_DynValueCommonStub
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.class
_DynValueStub
DynValue objects support the manipulation of IDL non-boxed value types.Fields in org.omg.DynamicAny declared as DynValueCommon Modifier and Type Field Description DynValueCommon
DynValueCommonHolder. value
Methods in org.omg.DynamicAny that return DynValueCommon Modifier and Type Method Description DynValueCommon
DynValueCommonPOA. _this()
DynValueCommon
DynValueCommonPOA. _this(ORB orb)
static DynValueCommon
DynValueCommonHelper. extract(Any a)
static DynValueCommon
DynValueCommonHelper. narrow(Object obj)
static DynValueCommon
DynValueCommonHelper. read(InputStream istream)
static DynValueCommon
DynValueCommonHelper. unchecked_narrow(Object obj)
Methods in org.omg.DynamicAny with parameters of type DynValueCommon Modifier and Type Method Description static void
DynValueCommonHelper. insert(Any a, DynValueCommon that)
static void
DynValueCommonHelper. write(OutputStream ostream, DynValueCommon value)
Constructors in org.omg.DynamicAny with parameters of type DynValueCommon Constructor Description DynValueCommonHolder(DynValueCommon initialValue)
-