1. /*
  2. * @(#)DynamicImplementation.java 1.21 03/01/23
  3. *
  4. * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. package org.omg.CORBA;
  8. import org.omg.CORBA.portable.ObjectImpl;
  9. /**
  10. * @deprecated org.omg.CORBA.DynamicImplementation
  11. */
  12. public class DynamicImplementation extends org.omg.CORBA.portable.ObjectImpl {
  13. /**
  14. * @deprecated Deprecated by Portable Object Adapter
  15. */
  16. public void invoke(ServerRequest request) {
  17. throw new org.omg.CORBA.NO_IMPLEMENT();
  18. }
  19. public String[] _ids() {
  20. throw new org.omg.CORBA.NO_IMPLEMENT();
  21. }
  22. }