Contains portability APIs for RMI-IIOP.
See: Description
Interface | Description |
---|---|
PortableRemoteObjectDelegate | Supports delegation for method implementations in |
StubDelegate | Supports delegation for method implementations in |
Tie | Defines methods which all RMI-IIOP server side ties must implement. |
UtilDelegate | Supports delegation for method implementations in |
ValueHandler | Defines methods which allow serialization of Java objects to and from GIOP streams. |
ValueHandlerMultiFormat | Java to IDL ptc 02-01-12 1.5.1.5 |
Class | Description |
---|---|
ClassDesc | This class is used to marshal java.lang.Class objects over IIOP. |
Stub | Base class from which all RMI-IIOP stubs must inherit. |
Util | Provides utility methods that can be used by stubs and ties to perform common operations. |
Contains portability APIs for RMI-IIOP. These APIs provide a standard interface between the generated stubs and ties and the RMI-IIOP runtime. They also allow third party ORBs to be used for RMI over IIOP as an alternative to the ORB supplied by Sun. They are not intended to be called directly from RMI-IIOP applications. See also the javax.rmi
package.
© 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.