1 /***** Copyright (c) 1999 Object Management Group. Unlimited rights to
2 duplicate and use this code are hereby granted provided that this
3 copyright notice is included.
4 *****/
5
6 package org.omg.CORBA;
7
8 /**
9 * @deprecated org.omg.CORBA.DynamicImplementation
10 */
11 abstract public class DynamicImplementation
12 extends org.omg.CORBA.portable.ObjectImpl {
13
14 /**
15 * @deprecated Deprecated by the Portable Object Adapter (POA).
16 */
17 public void invoke(org.omg.CORBA.ServerRequest request) {
18 throw new org.omg.CORBA.NO_IMPLEMENT();
19 }
20
21
22 }