Changed Classes and Interfaces |
DynAny
|
Enables org.omg.CORBA.Any values to be dynamically
interpreted (traversed) and
constructed. |
DynArray
|
Represents a DynAny object associated
with an array. |
DynEnum
|
Represents a DynAny object associated
with an IDL enum. |
DynFixed
|
Represents a DynAny object that is associated
with an IDL fixed type. |
DynSequence
|
The representation of a DynAny object that is associated
with an IDL sequence. |
DynStruct
|
The representation of a DynAny object that is associated
with an IDL struct. |
DynUnion
|
The DynUnion interface represents a DynAny object
that is associated with an IDL union. |
DynValue
|
The representation of a DynAny object that is associated
with an IDL value type. |
ORB
|
A class providing APIs for the CORBA Object Request Broker
features. |