Deprecated: Skeletons and Static Stubs. Skeletons and statically generated stubs are deprecated. This includes the APIs in this package that require the use of skeletons or static stubs and the runtime support for them. Support for skeletons and static stubs may be removed in a future release of the platform. Skeletons are unnecessary, as server-side method dispatching is handled directly by the RMI runtime. Statically generated stubs are unnecessary, as stubs are generated dynamically using Proxy objects. See UnicastRemoteObject for information about dynamic stub generation.
| Class | Description | 
|---|---|
| ExportException | An  ExportExceptionis aRemoteExceptionthrown if an attempt to export a remote object fails. | 
| LoaderHandler | Deprecated. no replacement | 
| LogStream | Deprecated. no replacement | 
| ObjID | An  ObjIDis used to identify a remote object exported to an RMI runtime. | 
| Operation | Deprecated. no replacement | 
| RemoteCall | Deprecated. no replacement. | 
| RemoteObject | The  RemoteObjectclass implements thejava.lang.Objectbehavior for remote objects. | 
| RemoteObjectInvocationHandler | An implementation of the  InvocationHandlerinterface for use with Java Remote Method Invocation (Java RMI). | 
| RemoteRef | RemoteRefrepresents the handle for a remote object. | 
| RemoteServer | The  RemoteServerclass is the common superclass to server implementations and provides the framework to support a wide range of remote reference semantics. | 
| RemoteStub | Deprecated. Statically generated stubs are deprecated, since stubs are generated dynamically. | 
| RMIClassLoader | RMIClassLoadercomprises static methods to support dynamic class loading with RMI. | 
| RMIClassLoaderSpi | RMIClassLoaderSpiis the service provider interface forRMIClassLoader. | 
| RMIClientSocketFactory | An  RMIClientSocketFactoryinstance is used by the RMI runtime in order to obtain client sockets for RMI calls. | 
| RMIFailureHandler | An  RMIFailureHandlercan be registered via theRMISocketFactory.setFailureHandlercall. | 
| RMIServerSocketFactory | An  RMIServerSocketFactoryinstance is used by the RMI runtime in order to obtain server sockets for RMI calls. | 
| RMISocketFactory | An  RMISocketFactoryinstance is used by the RMI runtime in order to obtain client and server sockets for RMI calls. | 
| ServerCloneException | A  ServerCloneExceptionis thrown if a remote exception occurs during the cloning of aUnicastRemoteObject. | 
| ServerNotActiveException | An  ServerNotActiveExceptionis anExceptionthrown during a call toRemoteServer.getClientHostif the getClientHost method is called outside of servicing a remote method call. | 
| ServerRef | Deprecated. No replacement. | 
| Skeleton | Deprecated. no replacement. | 
| SkeletonMismatchException | Deprecated. no replacement. | 
| SkeletonNotFoundException | Deprecated. no replacement. | 
| SocketSecurityException | Deprecated. This class is obsolete. | 
| UID | A  UIDrepresents an identifier that is unique over time with respect to the host it is generated on, or one of 216 "well-known" identifiers. | 
| UnicastRemoteObject | Used for exporting a remote object with JRMP and obtaining a stub that communicates to the remote object. | 
| Unreferenced | A remote object implementation should implement the  Unreferencedinterface to receive notification when there are no more clients that reference that remote object. | 
    © 1993, 2023, 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.
    https://docs.oracle.com/en/java/javase/21/docs/api/java.rmi/java/rmi/server/package-summary.html