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