1. /*
  2. * @(#)DynamicImplementation.java 1.23 04/05/18
  3. *
  4. * Copyright 2004 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. @Deprecated
  13. public class DynamicImplementation extends org.omg.CORBA.portable.ObjectImpl {
  14. /**
  15. * @deprecated Deprecated by Portable Object Adapter
  16. */
  17. @Deprecated
  18. public void invoke(ServerRequest request) {
  19. throw new org.omg.CORBA.NO_IMPLEMENT();
  20. }
  21. public String[] _ids() {
  22. throw new org.omg.CORBA.NO_IMPLEMENT();
  23. }
  24. }