Module org.newsclub.net.unix.rmi
Package org.newsclub.net.unix.rmi
Interface AFNamingProvider<T extends AFNaming>
- Type Parameters:
T
- The actualAFNaming
subclass.
public interface AFNamingProvider<T extends AFNaming>
The key to accessing to
AFNaming
instances.
Implementors must guarantee that hashCode()
and equals(Object)
correctly
identify duplicate providers.- Author:
- Christian Kohlschütter
-
Method Summary
-
Method Details
-
newInstance
Creates a newAFNaming
instance using the given registry port.- Parameters:
registryPort
- The registry port.- Returns:
- The
AFNaming
instance. - Throws:
IOException
- on error.
-
hashCode
-
equals
-