Interface Summary | |
---|---|
DynAny |
The DynAny interface provides possibility to access the components of the CORBA object, stored inside the {@link Any}. |
DynAnyFactory | Produces DynAnys from Anys or typecodes. |
DynAnyFactoryOperations | Defines the operations, applicable for DynAnyFactory. |
DynAnyOperations | Defines the operations, applicable to {@link DynAny}. |
DynArray | Represents a fixed size array. |
DynArrayOperations | Defines operations, applicable for {@link 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 {@link DynAny}s that may hold CORBA
null .
|
DynValueOperations | Defines operations, applicable to DynValue. |
Class Summary | |
---|---|
AnySeqHelper | A helper operations for the array of {@link Any}. |
DynAnyFactoryHelper | The helper operations for {@link DynAnyFactory}. |
DynAnyHelper | The helper operations for {@link DynAny}. |
DynAnySeqHelper | A helper operations for the array of {@link DynAny} (DynAny[]). |
DynArrayHelper | The helper operations for {@link DynArray}. |
DynEnumHelper | The helper operations for {@link DynEnum}. |
DynFixedHelper | The helper operations for {@link DynFixed}. |
DynSequenceHelper | The helper operations for {@link DynSequence}. |
DynStructHelper | The helper operations for {@link DynStruct}. |
DynUnionHelper | The helper operations for {@link DynUnion}. |
DynValueHelper | The helper operations for {@link DynValue}. |
FieldNameHelper | A helper for the FieldName. |
NameDynAnyPair | Stores the named value, representing the name by string and the value by {@link DynAny}. |
NameDynAnyPairHelper | A helper operations for the structure {@link NameDynAnyPair}. |
NameDynAnyPairSeqHelper | A helper operations for the array of {@link NameDynAnyPair} (NameDynAnyPair[]). |
NameValuePair | Holds the value, having the given name(id). |
NameValuePairHelper | A helper operations for the structure {@link NameValuePair}. |
NameValuePairSeqHelper | A helper operations for the array of {@link 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. |