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 {@link org.omg.CORBA.ORB#resolve_initial_references}.
Field Summary
static Class_opsClass
The purpose and value of this field are not documented.
Constructor Summary
_DynAnyFactoryStub()
Create the DynAnyFactory stub.
Method Summary
DynAnycreate_dyn_any(Any _0)
The remote call of this DynAnyFactory method is not possible (the created DynAny would not be transferred to client).
DynAnycreate_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).
String[]_ids()
Return the array of repository ids for this object.

Field Detail

_opsClass

public static final Class _opsClass
The purpose and value of this field are not documented.

Constructor Detail

_DynAnyFactoryStub

public _DynAnyFactoryStub()
Create the DynAnyFactory stub.

Method Detail

create_dyn_any

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.

create_dyn_any_from_type_code

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.

_ids

public String[] _ids()
Return the array of repository ids for this object.