Uses of Interface
org.omg.DynamicAny.DynFixedOperations
-
Packages that use DynFixedOperations Package Description com.sun.corba.ee.impl.dynamicany org.omg.DynamicAny -
-
Uses of DynFixedOperations in com.sun.corba.ee.impl.dynamicany
Classes in com.sun.corba.ee.impl.dynamicany that implement DynFixedOperations Modifier and Type Class Description class
DynFixedImpl
-
Uses of DynFixedOperations in org.omg.DynamicAny
Subinterfaces of DynFixedOperations in org.omg.DynamicAny Modifier and Type Interface Description interface
DynFixed
DynFixed objects support the manipulation of IDL fixed values.Classes in org.omg.DynamicAny that implement DynFixedOperations Modifier and Type Class Description class
_DynFixedStub
DynFixed objects support the manipulation of IDL fixed values.class
DynFixedPOA
DynFixed objects support the manipulation of IDL fixed values.class
DynFixedPOATie
DynFixed objects support the manipulation of IDL fixed values.Fields in org.omg.DynamicAny declared as DynFixedOperations Modifier and Type Field Description private DynFixedOperations
DynFixedPOATie. _impl
Methods in org.omg.DynamicAny that return DynFixedOperations Modifier and Type Method Description DynFixedOperations
DynFixedPOATie. _delegate()
Methods in org.omg.DynamicAny with parameters of type DynFixedOperations Modifier and Type Method Description void
DynFixedPOATie. _delegate(DynFixedOperations delegate)
Constructors in org.omg.DynamicAny with parameters of type DynFixedOperations Constructor Description DynFixedPOATie(DynFixedOperations delegate)
DynFixedPOATie(DynFixedOperations delegate, POA poa)
-