public abstract class DynamicImplementation extends Servant
Allows dynamic handling of object invocations. POA-based DSI servants inherit from the standard DynamicImplementation
class, this class inherits from the Servant
class. Based on IDL to Java spec. CORBA V 2.3.1 ptc/00-01-08.pdf.
public DynamicImplementation()
public abstract void invoke(ServerRequest request)
Receives requests issued to any CORBA object incarnated by the DSI servant and performs the processing necessary to execute the request.
request
- the request issued to the CORBA object.
© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.