Uses of Interface
org.omg.DynamicAny.DynValueCommonOperations
-
Packages that use DynValueCommonOperations Package Description com.sun.corba.ee.impl.dynamicany org.omg.DynamicAny -
-
Uses of DynValueCommonOperations in com.sun.corba.ee.impl.dynamicany
Classes in com.sun.corba.ee.impl.dynamicany that implement DynValueCommonOperations Modifier and Type Class Description class
DynValueBoxImpl
(package private) class
DynValueCommonImpl
class
DynValueImpl
-
Uses of DynValueCommonOperations in org.omg.DynamicAny
Subinterfaces of DynValueCommonOperations 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.interface
DynValueBoxOperations
DynValueBox objects support the manipulation of IDL boxed value types.interface
DynValueCommon
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.interface
DynValueOperations
DynValue objects support the manipulation of IDL non-boxed value types.Classes in org.omg.DynamicAny that implement DynValueCommonOperations 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.class
DynValueBoxPOA
DynValueBox objects support the manipulation of IDL boxed value types.class
DynValueBoxPOATie
DynValueBox objects support the manipulation of IDL boxed value types.class
DynValueCommonPOA
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.class
DynValueCommonPOATie
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.class
DynValuePOA
DynValue objects support the manipulation of IDL non-boxed value types.class
DynValuePOATie
DynValue objects support the manipulation of IDL non-boxed value types.Fields in org.omg.DynamicAny declared as DynValueCommonOperations Modifier and Type Field Description private DynValueCommonOperations
DynValueCommonPOATie. _impl
Methods in org.omg.DynamicAny that return DynValueCommonOperations Modifier and Type Method Description DynValueCommonOperations
DynValueCommonPOATie. _delegate()
Methods in org.omg.DynamicAny with parameters of type DynValueCommonOperations Modifier and Type Method Description void
DynValueCommonPOATie. _delegate(DynValueCommonOperations delegate)
Constructors in org.omg.DynamicAny with parameters of type DynValueCommonOperations Constructor Description DynValueCommonPOATie(DynValueCommonOperations delegate)
DynValueCommonPOATie(DynValueCommonOperations delegate, POA poa)
-