RMI

The RMI registry service provider allows JNDI applications to access remote objects registered with the RMI registry. Given the location of a registry, the provider will create a naming context with bindings for the objects registered there.

With this service provider installed, JNDI subsumes the functionality of the java.rmi.Naming class.

The adapter treats RMI as a naming implementation.