Interface DynArray

All Superinterfaces:
DynAny, DynAnyOperations, DynArrayOperations, IDLEntity, Object, Serializable
All Known Implementing Classes:
_DynArrayStub, DynArrayImpl

public interface DynArray extends DynArrayOperations, DynAny, IDLEntity
DynArray objects support the manipulation of IDL arrays. Note that the dimension of the array is contained in the TypeCode which is accessible through the type attribute. It can also be obtained by calling the component_count operation.