GNU Classpath (0.95) | |
Frames | No Frames |
Classes implementing org.omg.DynamicAny.DynUnion | |
class | Should provide support for remote invocation of methods on DynUnion. |
Methods with parameter type org.omg.DynamicAny.DynUnion | |
void | Insert the DynUnion into the given Any.
|
void | This should read DynUnion from the CDR input stream, but (following the JDK
1.5 API) it does not.
|
Methods with return type org.omg.DynamicAny.DynUnion | |
DynUnion | Extract the DynUnion from given Any.
|
DynUnion | Cast the passed object into the DynUnion. |
DynUnion | This should read DynUnion from the CDR input stream, but (following the JDK
1.5 API) it does not.
|
DynUnion | Narrow the given object to the DynUnion. |
GNU Classpath (0.95) |