Interface RMIRegistryService
- All Known Implementing Classes:
DefaultRMIRegistryService
public interface RMIRegistryService
Simple local service exposing a
Registry in spring.-
Method Details
-
getRegistry
Registry getRegistry()The actualRegistry.- Returns:
- the rmi
Registry
-
getPort
int getPort()The local port of the exposedRegistry.- Returns:
- the local port to use.
-
getLoopbackAddress
InetAddress getLoopbackAddress()The local (loopback) address to use for communication.- Returns:
- the Loopback address
-