Uses of Class
org.newsclub.net.unix.rmi.AFRegistry
-
Uses of AFRegistry in org.newsclub.net.unix.rmi
Subclasses of AFRegistry in org.newsclub.net.unix.rmiModifier and TypeClassDescriptionclassA wrapper for RMI registries, both remote and local, to allow for a clean removal of bound resources upon shutdown.Methods in org.newsclub.net.unix.rmi that return AFRegistryModifier 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 AFRegistryAFNaming.newAFRegistry(Registry impl) Creates a newAFRegistrygiven aRegistryimplementation.protected abstract AFRegistryAFNaming.openRegistry(long timeout, TimeUnit unit) Tries to access the registry, waiting some time if necessary.protected AFRegistryAFUNIXNaming.openRegistry(long timeout, TimeUnit unit)