Interface Summary | |
---|---|
DynAny |
The DynAny interface provides possibility to access the components of the CORBA object, stored inside the Any. |
DynAnyFactory | Produces DynAnys from Anys or typecodes. |
DynAnyFactoryOperations | Defines the operations, applicable for DynAnyFactory. |
DynAnyOperations | Defines the operations, applicable to DynAny. |
DynArray | Represents a fixed size array. |
DynArrayOperations | Defines operations, applicable for DynArray. |
DynEnum | Defines the dynamic enumeration. |
DynEnumOperations | Defines operations, applicable to the dynamic enumeration. |
DynFixed |
Defines dynamic any, holding CORBA fixed . |
DynFixedOperations |
Defines operations, applicable for DynAny, holding CORBA fixed .
|
DynSequence | Defines a dynamic resizeable array with the optional upper size bound. |
DynSequenceOperations | Defines operations, applicable to DynSequence. |
DynStruct | Defines a fixed size structure with the named fields that may have different types. |
DynStructOperations | Defines the operations, applicable to the DynStructure. |
DynUnion | Defines a fixed size structure with the named fields that may have different types. |
DynUnionOperations | Defines the operations, applicable to the DynUnion. |
DynValue | Defines a non boxed value type. |
DynValueBox | A "ValueBox" is a Value type container, holding a single instance of the other CORBA type. |
DynValueBoxOperations | Defines operations, applicable for the boxed value type. |
DynValueCommon |
Defines DynAny that may hold CORBA null . |
DynValueCommonOperations |
Provides operations, applicable to DynAnys that may hold CORBA
null .
|
DynValueOperations | Defines operations, applicable to DynValue. |
Class Summary | |
---|---|
AnySeqHelper | A helper operations for the array of Any. |
DynAnyFactoryHelper | The helper operations for DynAnyFactory. |
DynAnyHelper | The helper operations for DynAny. |
DynAnySeqHelper | A helper operations for the array of DynAny (DynAny[]). |
DynArrayHelper | The helper operations for DynArray. |
DynEnumHelper | The helper operations for DynEnum. |
DynFixedHelper | The helper operations for DynFixed. |
DynSequenceHelper | The helper operations for DynSequence. |
DynStructHelper | The helper operations for DynStruct. |
DynUnionHelper | The helper operations for DynUnion. |
DynValueHelper | The helper operations for DynValue. |
FieldNameHelper | A helper for the FieldName. |
NameDynAnyPair | Stores the named value, representing the name by string and the value by DynAny. |
NameDynAnyPairHelper | A helper operations for the structure NameDynAnyPair. |
NameDynAnyPairSeqHelper | A helper operations for the array of NameDynAnyPair (NameDynAnyPair[]). |
NameValuePair | Holds the value, having the given name(id). |
NameValuePairHelper | A helper operations for the structure NameValuePair. |
NameValuePairSeqHelper | A helper operations for the array of NameValuePair. |
_DynAnyFactoryStub | Should provide support for remote invocation of methods on DynAnyFactory. |
_DynAnyStub | Should provide support for remote invocation of methods on DynAny. |
_DynArrayStub | Should provide support for remote invocation of methods on DynArray. |
_DynEnumStub | Should provide support for remote invocation of methods on DynEnum. |
_DynFixedStub | Should provide support for remote invocation of methods on DynFixed. |
_DynSequenceStub | Should provide support for remote invocation of methods on DynSequence. |
_DynStructStub | Should provide support for remote invocation of methods on DynStruct. |
_DynUnionStub | Should provide support for remote invocation of methods on DynUnion. |
_DynValueStub | Should provide support for remote invocation of methods on DynValue. |