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 classDynValueBoxImpl(package private) classDynValueCommonImplclassDynValueImpl -
Uses of DynValueCommon in org.omg.DynamicAny
Subinterfaces of DynValueCommon in org.omg.DynamicAny Modifier and Type Interface Description interfaceDynValueDynValue objects support the manipulation of IDL non-boxed value types.interfaceDynValueBoxDynValueBox objects support the manipulation of IDL boxed value types.Classes in org.omg.DynamicAny that implement DynValueCommon Modifier and Type Class Description class_DynValueBoxStubDynValueBox objects support the manipulation of IDL boxed value types.class_DynValueCommonStubDynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.class_DynValueStubDynValue objects support the manipulation of IDL non-boxed value types.Fields in org.omg.DynamicAny declared as DynValueCommon Modifier and Type Field Description DynValueCommonDynValueCommonHolder. valueMethods in org.omg.DynamicAny that return DynValueCommon Modifier and Type Method Description DynValueCommonDynValueCommonPOA. _this()DynValueCommonDynValueCommonPOA. _this(ORB orb)static DynValueCommonDynValueCommonHelper. extract(Any a)static DynValueCommonDynValueCommonHelper. narrow(Object obj)static DynValueCommonDynValueCommonHelper. read(InputStream istream)static DynValueCommonDynValueCommonHelper. unchecked_narrow(Object obj)Methods in org.omg.DynamicAny with parameters of type DynValueCommon Modifier and Type Method Description static voidDynValueCommonHelper. insert(Any a, DynValueCommon that)static voidDynValueCommonHelper. write(OutputStream ostream, DynValueCommon value)Constructors in org.omg.DynamicAny with parameters of type DynValueCommon Constructor Description DynValueCommonHolder(DynValueCommon initialValue)
-