Name

DynamicImplementation

Synopsis

The abstract base class for servant object implementations in the Dynamic Skeleton Interface. Derived servant classes must implement the invoke() method, which is called by the ORB to handle requests on the object represented by the servant.

                  Passed To
public class DynamicImplementation extends org.omg.CORBA.portable.ObjectImpl {
// Public Constructors
   public DynamicImplementation();  
// Public Methods Overriding ObjectImpl
   public String[] _ids();                               // 1.4
                  // Deprecated Public Methods
   public void invoke( ServerRequest request);                   // #
}

Subclasses

org.omg.CosNaming._BindingIteratorImplBase, org.omg.CosNaming._NamingContextImplBase

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.