Uses of Class
org.newsclub.net.unix.rmi.AFUNIXNaming
-
Uses of AFUNIXNaming in org.newsclub.net.unix.rmi
Modifier and TypeMethodDescriptionstatic AFUNIXNaming
AFUNIXNaming.getInstance()
Returns the default instance ofAFUNIXNaming
.static AFUNIXNaming
AFUNIXNaming.getInstance
(File socketDir) Returns aAFUNIXNaming
instance which support several socket files that can be stored under the same, given directory.static AFUNIXNaming
AFUNIXNaming.getInstance
(File socketDir, int registryPort) Returns aAFUNIXNaming
instance which support several socket files that can be stored under the same, given directory.static AFUNIXNaming
AFUNIXNaming.getInstance
(File socketDir, int registryPort, String socketPrefix, String socketSuffix) Returns aAFUNIXNaming
instance which support several socket files that can be stored under the same, given directory.static AFUNIXNaming
AFUNIXNaming.newPrivateInstance()
Returns a new private instance that resides in a custom location, to avoid any collisions with existing instances.