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
-
Packages
PackageDescriptionProvides 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 ofRMIClientSocketFactory
andRMIServerSocketFactory
over the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols. -
Services
TypeDescriptionRMIClassLoaderSpi
is the service provider interface forRMIClassLoader
.