1 package org.omg.CORBA;2 3 /**4 * CORBA V2.3 - 1.3 July 1998 (merged version)5 * 6 * @deprecated org.omg.CORBA.DynamicImplementation7 *8 * last modified: 02/03/99 RT9 */10 public class DynamicImplementation extends org.omg.CORBA.portable.ObjectImpl {11 12 /** 13 * @deprecated Deprecated by Portable Object Adapter14 */15 public void invoke(org.omg.CORBA.ServerRequest request) {16 throw new org.omg.CORBA.NO_IMPLEMENT ();17 }18 19 /** 20 * @deprecated21 */22 public String [] _ids() {23 throw new org.omg.CORBA.NO_IMPLEMENT ();24 }25 } 26 27 28