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 class
DynAnyBasicImpl
(package private) class
DynAnyCollectionImpl
(package private) class
DynAnyComplexImpl
(package private) class
DynAnyConstructedImpl
(package private) class
DynAnyImpl
class
DynArrayImpl
class
DynEnumImpl
class
DynFixedImpl
class
DynSequenceImpl
class
DynStructImpl
class
DynUnionImpl
class
DynValueBoxImpl
(package private) class
DynValueCommonImpl
class
DynValueImpl
-
Uses of DynAnyOperations in org.omg.DynamicAny
Subinterfaces of DynAnyOperations in org.omg.DynamicAny Modifier and Type Interface Description interface
DynAny
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.interface
DynArray
DynArray objects support the manipulation of IDL arrays.interface
DynArrayOperations
DynArray objects support the manipulation of IDL arrays.interface
DynEnum
DynEnum objects support the manipulation of IDL enumerated values.interface
DynEnumOperations
DynEnum objects support the manipulation of IDL enumerated values.interface
DynFixed
DynFixed objects support the manipulation of IDL fixed values.interface
DynFixedOperations
DynFixed objects support the manipulation of IDL fixed values.interface
DynSequence
DynSequence objects support the manipulation of IDL sequences.interface
DynSequenceOperations
DynSequence objects support the manipulation of IDL sequences.interface
DynStruct
DynStruct objects support the manipulation of IDL struct and exception values.interface
DynStructOperations
DynStruct objects support the manipulation of IDL struct and exception values.interface
DynUnion
DynUnion objects support the manipulation of IDL unions.interface
DynUnionOperations
DynUnion objects support the manipulation of IDL unions.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
DynValueCommonOperations
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 DynAnyOperations Modifier and Type Class Description class
_DynAnyStub
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.class
_DynArrayStub
DynArray objects support the manipulation of IDL arrays.class
_DynEnumStub
DynEnum objects support the manipulation of IDL enumerated values.class
_DynFixedStub
DynFixed objects support the manipulation of IDL fixed values.class
_DynSequenceStub
DynSequence objects support the manipulation of IDL sequences.class
_DynStructStub
DynStruct objects support the manipulation of IDL struct and exception values.class
_DynUnionStub
DynUnion objects support the manipulation of IDL unions.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
DynAnyPOA
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.class
DynAnyPOATie
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.class
DynArrayPOA
DynArray objects support the manipulation of IDL arrays.class
DynArrayPOATie
DynArray objects support the manipulation of IDL arrays.class
DynEnumPOA
DynEnum objects support the manipulation of IDL enumerated values.class
DynEnumPOATie
DynEnum objects support the manipulation of IDL enumerated values.class
DynFixedPOA
DynFixed objects support the manipulation of IDL fixed values.class
DynFixedPOATie
DynFixed objects support the manipulation of IDL fixed values.class
DynSequencePOA
DynSequence objects support the manipulation of IDL sequences.class
DynSequencePOATie
DynSequence objects support the manipulation of IDL sequences.class
DynStructPOA
DynStruct objects support the manipulation of IDL struct and exception values.class
DynStructPOATie
DynStruct objects support the manipulation of IDL struct and exception values.class
DynUnionPOA
DynUnion objects support the manipulation of IDL unions.class
DynUnionPOATie
DynUnion objects support the manipulation of IDL unions.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 DynAnyOperations Modifier and Type Field Description private DynAnyOperations
DynAnyPOATie. _impl
Methods in org.omg.DynamicAny that return DynAnyOperations Modifier and Type Method Description DynAnyOperations
DynAnyPOATie. _delegate()
Methods in org.omg.DynamicAny with parameters of type DynAnyOperations Modifier and Type Method Description void
DynAnyPOATie. _delegate(DynAnyOperations delegate)
Constructors in org.omg.DynamicAny with parameters of type DynAnyOperations Constructor Description DynAnyPOATie(DynAnyOperations delegate)
DynAnyPOATie(DynAnyOperations delegate, POA poa)
-