001    /***** Copyright (c) 1999 Object Management Group. Unlimited rights to 
002           duplicate and use this code are hereby granted provided that this 
003           copyright notice is included.
004    *****/
005    
006    package org.omg.CORBA;
007    
008    /**
009    *  @deprecated org.omg.CORBA.DynamicImplementation
010    */
011    abstract public class DynamicImplementation 
012                extends org.omg.CORBA.portable.ObjectImpl {
013    
014        /**
015        *  @deprecated Deprecated by the Portable Object Adapter (POA).
016        */
017        public void invoke(org.omg.CORBA.ServerRequest request) {
018            throw new org.omg.CORBA.NO_IMPLEMENT();
019        }
020    
021    
022    }