Uses of Class
org.newsclub.net.unix.rmi.AFRegistry
Package
Description
Provides code that allows RMI communication over AF_UNIX sockets.
-
Uses of AFRegistry in org.newsclub.net.unix.rmi
Modifier and TypeClassDescriptionclass
A wrapper for RMI registries, both remote and local, to allow for a clean removal of bound resources upon shutdown.Modifier and TypeMethodDescriptionAFNaming.createRegistry()
Creates a new RMIRegistry
.AFNaming.getRegistry()
AFNaming.getRegistry
(boolean create) Returns a reference to the RMI registry, ornull
.AFNaming.getRegistry
(long timeout, TimeUnit unit) Returns a reference to the existing RMI registry.AFUNIXNaming.getRegistry()
protected abstract AFRegistry
AFNaming.newAFRegistry
(Registry impl) Creates a newAFRegistry
given aRegistry
implementation.protected abstract AFRegistry
AFNaming.openRegistry
(long timeout, TimeUnit unit) Tries to access the registry, waiting some time if necessary.protected AFRegistry
AFUNIXNaming.openRegistry
(long timeout, TimeUnit unit)