Module java.rmi
module java.rmi
Defines the Remote Method Invocation (RMI) API.
 
The JDK implementation of this module includes the rmiregistry tool to start a remote object registry.
- Module Graph:
- Tool Guides:
- rmiregistry
- Since:
- 9
- 
PackagesExportsPackageDescriptionProvides the RMI package.Provides classes and interface for RMI distributed garbage-collection (DGC).Provides a class and two interfaces for the RMI registry.Provides classes and interfaces for supporting the server side of RMI.Provides implementations ofRMIClientSocketFactoryandRMIServerSocketFactoryover the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.
- 
ServicesUsesTypeDescriptionRMIClassLoaderSpiis the service provider interface forRMIClassLoader.