Uses of Interface
org.omg.CORBA.DynAny
-
Packages that use DynAny Package Description org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the Java™ programming language, including the classORB
, 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.CORBA Modifier and Type Interface Description interface
DynArray
Deprecated.Use the new DynArray insteadinterface
DynEnum
Deprecated.Use the new DynEnum insteadinterface
DynFixed
Deprecated.Use the new DynFixed insteadinterface
DynSequence
Deprecated.Use the new DynSequence insteadinterface
DynStruct
Deprecated.Use the new DynStruct insteadinterface
DynUnion
Deprecated.Use the new DynUnion insteadinterface
DynValue
Deprecated.Use the new DynValue insteadMethods in org.omg.CORBA that return DynAny Modifier and Type Method Description DynAny
DynAny. copy()
Deprecated.Clones thisDynAny
object.DynAny
ORB. create_basic_dyn_any(TypeCode type)
Deprecated.Use the new DynAnyFactory API insteadDynAny
ORB. create_dyn_any(Any value)
Deprecated.Use the new DynAnyFactory API insteadDynAny
DynAny. current_component()
Deprecated.Returns aDynAny
object reference that can be used to get/set the value of the component currently accessed.DynAny
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.DynAny
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 Modifier and Type Method Description void
DynAny. assign(DynAny dyn_any)
Deprecated.Copy the contents from one Dynamic Any into another.
-