org.omg.DynamicAny
Class _DynAnyFactoryStub
public
class
_DynAnyFactoryStub
extends ObjectImpl
implements DynAnyFactory, Serializable
Should provide support for remote invocation of methods on
DynAnyFactory. As DynAny can never be remote at least till 1.5 inclusive,
this class is not in use. DynAnyFactory should be obtained from the
org.omg.CORBA.ORB#resolve_initial_references.
Method Summary |
String[] | _ids()
Return the array of repository ids for this object. |
DynAny | create_dyn_any(Any _0)
The remote call of this DynAnyFactory method is not possible
(the created DynAny would not be transferred to client).
|
DynAny | create_dyn_any_from_type_code(TypeCode _0)
The remote call of this DynAnyFactory method is not possible
(the created DynAny would not be transferred to client).
|
public _DynAnyFactoryStub()
Create the DynAnyFactory stub.
public String[] _ids()
Return the array of repository ids for this object.
public
DynAny create_dyn_any(Any _0)
The remote call of this DynAnyFactory method is not possible
(the created DynAny would not be transferred to client).
Throws: MARSHAL, always.
public
DynAny create_dyn_any_from_type_code(TypeCode _0)
The remote call of this DynAnyFactory method is not possible
(the created DynAny would not be transferred to client).
Throws: MARSHAL, always.