Uses of Interface
org.omg.CORBA.DynAny
Packages that use DynAny
Package
Description
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
-
Uses of DynAny in org.omg.CORBA
Subinterfaces of DynAny in org.omg.CORBAModifier and TypeInterfaceDescriptioninterfaceDeprecated.Use the new DynArray insteadinterfaceDeprecated.Use the new DynEnum insteadinterfaceDeprecated.Use the new DynFixed insteadinterfaceDeprecated.Use the new DynSequence insteadinterfaceDeprecated.Use the new DynStruct insteadinterfaceDeprecated.Use the new DynUnion insteadinterfaceDeprecated.Use the new DynValue insteadMethods in org.omg.CORBA that return DynAnyModifier and TypeMethodDescriptionDynAny.copy()Deprecated.Clones thisDynAnyobject.ORB.create_basic_dyn_any(TypeCode type) Deprecated.Use the new DynAnyFactory API insteadORB.create_dyn_any(Any value) Deprecated.Use the new DynAnyFactory API insteadDynAny.current_component()Deprecated.Returns aDynAnyobject reference that can be used to get/set the value of the component currently accessed.DynUnion.discriminator()Deprecated.Returns a DynAny object reference that must be narrowed to the type of the discriminator in order to insert/get the discriminator value.DynUnion.member()Deprecated.Returns a DynAny object reference that is used in order to insert/get a member of this union.Methods in org.omg.CORBA with parameters of type DynAny