Interface RMIRegistryService
-
- All Known Implementing Classes:
DefaultRMIRegistryService
public interface RMIRegistryServiceSimple local service exposing aRegistryin spring.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.InetAddressgetLoopbackAddress()The local (loopback) address to use for communication.intgetPort()The local port of the exposedRegistry.java.rmi.registry.RegistrygetRegistry()The actualRegistry.
-
-
-
Method Detail
-
getRegistry
java.rmi.registry.Registry getRegistry()
The actualRegistry.- Returns:
- the rmi
Registry
-
getPort
int getPort()
The local port of the exposedRegistry.- Returns:
- the local port to use.
-
getLoopbackAddress
java.net.InetAddress getLoopbackAddress()
The local (loopback) address to use for communication.- Returns:
- the Loopback address
-
-