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, and the rmid tool to start the activation system daemon.
Deprecation Notice: The RMI Activation mechanism has been
deprecated and may be removed from a future version of the Java Platform. See the
java.rmi.activation
package specification for further information.
- Module Graph:
- Tool Guides:
- rmiregistry, rmid
- Since:
- 9
-
Packages
PackageDescriptionProvides the RMI package.Provides support for RMI Object Activation.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
.