GNU Classpath (0.95) | |
Frames | No Frames |
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. |
GNU Classpath (0.95) |