Uses of Interface
org.omg.DynamicAny.DynValueOperations
-
Packages that use DynValueOperations Package Description com.sun.corba.ee.impl.dynamicany org.omg.DynamicAny -
-
Uses of DynValueOperations in com.sun.corba.ee.impl.dynamicany
Classes in com.sun.corba.ee.impl.dynamicany that implement DynValueOperations Modifier and Type Class Description class
DynValueImpl
-
Uses of DynValueOperations in org.omg.DynamicAny
Subinterfaces of DynValueOperations in org.omg.DynamicAny Modifier and Type Interface Description interface
DynValue
DynValue objects support the manipulation of IDL non-boxed value types.Classes in org.omg.DynamicAny that implement DynValueOperations Modifier and Type Class Description class
_DynValueStub
DynValue objects support the manipulation of IDL non-boxed value types.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 DynValueOperations Modifier and Type Field Description private DynValueOperations
DynValuePOATie. _impl
Methods in org.omg.DynamicAny that return DynValueOperations Modifier and Type Method Description DynValueOperations
DynValuePOATie. _delegate()
Methods in org.omg.DynamicAny with parameters of type DynValueOperations Modifier and Type Method Description void
DynValuePOATie. _delegate(DynValueOperations delegate)
Constructors in org.omg.DynamicAny with parameters of type DynValueOperations Constructor Description DynValuePOATie(DynValueOperations delegate)
DynValuePOATie(DynValueOperations delegate, POA poa)
-