java.rmi (Java SE 15 & JDK 15) (original) (raw)

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:

Module graph for java.rmiModule graph for java.rmi

Tool Guides:

rmiregistry,rmid

Since:

9

Uses

Type Description
RMIClassLoaderSpi RMIClassLoaderSpi is the service provider interface forRMIClassLoader.