Frames | No Frames |
Classes implementing org.omg.DynamicAny.DynArray | |
class | Provides support for dynamic array or sequence, where all members have the
same final_type.
|
class |
Methods with return type org.omg.DynamicAny.DynArray | |
DynArray | Create an initialised array.
|
Classes implementing org.omg.DynamicAny.DynArray | |
class | Should provide support for remote invocation of methods on DynArray. |
Methods with parameter type org.omg.DynamicAny.DynArray | |
void | Insert the DynArray into the given Any.
|
void | This should read DynArray from the CDR input stream, but (following the JDK
1.5 API) it does not.
|
Methods with return type org.omg.DynamicAny.DynArray | |
DynArray | Extract the DynArray from given Any.
|
DynArray | Cast the passed object into the DynArray. |
DynArray | This should read DynArray from the CDR input stream, but (following the JDK
1.5 API) it does not.
|
DynArray | Narrow the given object to the DynArray. |