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