/** * The support for {@link DynAny} and derived interfaces * has never been implemented in Sun's java releases, * at least till v1.4 inclusive. * * Since v1.4 this stil missing implementation was replaced * by the new DynamicAny package. * * @deprecated Use {@link org.omg.DynamicAny.DynAnyFactory} * * @throws NO_IMPLEMENT, always. */ public DynAny create_basic_dyn_any(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); }
/** * The support for {@link DynArray} * has never been implemented in Sun's java releases, * at least till v1.4 inclusive. * * Since v1.4 this stil missing implementation was replaced * by the new DynamicAny package. * * @deprecated Use {@link org.omg.DynamicAny.DynAnyFactory} * * @throws NO_IMPLEMENT, always. */ public DynArray create_dyn_array(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); }
/** * The support for {@link DynEnum} * has never been implemented in Sun's java releases, * at least till v1.4 inclusive. * * Since v1.4 this stil missing implementation was replaced * by the new DynamicAny package. * * @deprecated Use {@link org.omg.DynamicAny.DynAnyFactory} * * @throws NO_IMPLEMENT, always. */ public DynEnum create_dyn_enum(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); }
/** * The support for {@link DynSequence} * has never been implemented in Sun's java releases, * at least till v1.4 inclusive. * * Since v1.4 this stil missing implementation was replaced * by the new DynamicAny package. * * @deprecated Use {@link org.omg.DynamicAny.DynAnyFactory} * * @throws NO_IMPLEMENT, always. */ public DynSequence create_dyn_sequence(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); }
/** * The support for {@link DynStruct} and derived interfaces * has never been implemented in Sun's java releases, * at least till v1.4 inclusive. * * Since v1.4 this stil missing implementation was replaced * by the new DynamicAny package. * * @deprecated Use {@link org.omg.DynamicAny.DynAnyFactory} * * @throws NO_IMPLEMENT, always. */ public DynStruct create_dyn_struct(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); }
/** * The support for {@link DynUnion} and derived interfaces * has never been implemented in Sun's java releases, * at least till v1.4 inclusive. * * Since v1.4 this stil missing implementation was replaced * by the new DynamicAny package. * * @deprecated Use {@link org.omg.DynamicAny.DynAnyFactory} * * @throws NO_IMPLEMENT, always. */ public DynUnion create_dyn_union(org.omg.CORBA.TypeCode t) throws InconsistentTypeCode { throw new NO_IMPLEMENT(); }