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
ExportsPackageDescriptionProvides 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 ofRMIClientSocketFactoryandRMIServerSocketFactoryover the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols. -
Services
UsesTypeDescriptionRMIClassLoaderSpiis the service provider interface forRMIClassLoader.