java.rmi (Java SE 10 & JDK 10 ) (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.
Tool Guides:
Module Graph:
Since:
9
Packages
Exports
Package Description java.rmi Provides the RMI package. java.rmi.activation Provides support for RMI Object Activation. java.rmi.dgc Provides classes and interface for RMI distributed garbage-collection (DGC). java.rmi.registry Provides a class and two interfaces for the RMI registry. java.rmi.server Provides classes and interfaces for supporting the server side of RMI. javax.rmi.ssl Provides implementations of RMIClientSocketFactoryand RMIServerSocketFactory over the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols. Services
Uses
Type Description RMIClassLoaderSpi RMIClassLoaderSpi is the service provider interface forRMIClassLoader.
Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2018, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.