Uses of Interface
org.omg.DynamicAny.DynAnyOperations
-
Packages that use DynAnyOperations Package Description com.sun.corba.ee.impl.dynamicany org.omg.DynamicAny -
-
Uses of DynAnyOperations in com.sun.corba.ee.impl.dynamicany
Classes in com.sun.corba.ee.impl.dynamicany that implement DynAnyOperations Modifier and Type Class Description classDynAnyBasicImpl(package private) classDynAnyCollectionImpl(package private) classDynAnyComplexImpl(package private) classDynAnyConstructedImpl(package private) classDynAnyImplclassDynArrayImplclassDynEnumImplclassDynFixedImplclassDynSequenceImplclassDynStructImplclassDynUnionImplclassDynValueBoxImpl(package private) classDynValueCommonImplclassDynValueImpl -
Uses of DynAnyOperations in org.omg.DynamicAny
Subinterfaces of DynAnyOperations in org.omg.DynamicAny Modifier and Type Interface Description interfaceDynAnyAny values can be dynamically interpreted (traversed) and constructed through DynAny objects.interfaceDynArrayDynArray objects support the manipulation of IDL arrays.interfaceDynArrayOperationsDynArray objects support the manipulation of IDL arrays.interfaceDynEnumDynEnum objects support the manipulation of IDL enumerated values.interfaceDynEnumOperationsDynEnum objects support the manipulation of IDL enumerated values.interfaceDynFixedDynFixed objects support the manipulation of IDL fixed values.interfaceDynFixedOperationsDynFixed objects support the manipulation of IDL fixed values.interfaceDynSequenceDynSequence objects support the manipulation of IDL sequences.interfaceDynSequenceOperationsDynSequence objects support the manipulation of IDL sequences.interfaceDynStructDynStruct objects support the manipulation of IDL struct and exception values.interfaceDynStructOperationsDynStruct objects support the manipulation of IDL struct and exception values.interfaceDynUnionDynUnion objects support the manipulation of IDL unions.interfaceDynUnionOperationsDynUnion objects support the manipulation of IDL unions.interfaceDynValueDynValue objects support the manipulation of IDL non-boxed value types.interfaceDynValueBoxDynValueBox objects support the manipulation of IDL boxed value types.interfaceDynValueBoxOperationsDynValueBox objects support the manipulation of IDL boxed value types.interfaceDynValueCommonDynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.interfaceDynValueCommonOperationsDynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.interfaceDynValueOperationsDynValue objects support the manipulation of IDL non-boxed value types.Classes in org.omg.DynamicAny that implement DynAnyOperations Modifier and Type Class Description class_DynAnyStubAny values can be dynamically interpreted (traversed) and constructed through DynAny objects.class_DynArrayStubDynArray objects support the manipulation of IDL arrays.class_DynEnumStubDynEnum objects support the manipulation of IDL enumerated values.class_DynFixedStubDynFixed objects support the manipulation of IDL fixed values.class_DynSequenceStubDynSequence objects support the manipulation of IDL sequences.class_DynStructStubDynStruct objects support the manipulation of IDL struct and exception values.class_DynUnionStubDynUnion objects support the manipulation of IDL unions.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.classDynAnyPOAAny values can be dynamically interpreted (traversed) and constructed through DynAny objects.classDynAnyPOATieAny values can be dynamically interpreted (traversed) and constructed through DynAny objects.classDynArrayPOADynArray objects support the manipulation of IDL arrays.classDynArrayPOATieDynArray objects support the manipulation of IDL arrays.classDynEnumPOADynEnum objects support the manipulation of IDL enumerated values.classDynEnumPOATieDynEnum objects support the manipulation of IDL enumerated values.classDynFixedPOADynFixed objects support the manipulation of IDL fixed values.classDynFixedPOATieDynFixed objects support the manipulation of IDL fixed values.classDynSequencePOADynSequence objects support the manipulation of IDL sequences.classDynSequencePOATieDynSequence objects support the manipulation of IDL sequences.classDynStructPOADynStruct objects support the manipulation of IDL struct and exception values.classDynStructPOATieDynStruct objects support the manipulation of IDL struct and exception values.classDynUnionPOADynUnion objects support the manipulation of IDL unions.classDynUnionPOATieDynUnion objects support the manipulation of IDL unions.classDynValueBoxPOADynValueBox objects support the manipulation of IDL boxed value types.classDynValueBoxPOATieDynValueBox objects support the manipulation of IDL boxed value types.classDynValueCommonPOADynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.classDynValueCommonPOATieDynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.classDynValuePOADynValue objects support the manipulation of IDL non-boxed value types.classDynValuePOATieDynValue objects support the manipulation of IDL non-boxed value types.Fields in org.omg.DynamicAny declared as DynAnyOperations Modifier and Type Field Description private DynAnyOperationsDynAnyPOATie. _implMethods in org.omg.DynamicAny that return DynAnyOperations Modifier and Type Method Description DynAnyOperationsDynAnyPOATie. _delegate()Methods in org.omg.DynamicAny with parameters of type DynAnyOperations Modifier and Type Method Description voidDynAnyPOATie. _delegate(DynAnyOperations delegate)Constructors in org.omg.DynamicAny with parameters of type DynAnyOperations Constructor Description DynAnyPOATie(DynAnyOperations delegate)DynAnyPOATie(DynAnyOperations delegate, POA poa)
-