Interface RMIRegistryService

  • All Known Implementing Classes:
    DefaultRMIRegistryService

    public interface RMIRegistryService
    Simple local service exposing a Registry in spring.
    • Method Detail

      • getRegistry

        java.rmi.registry.Registry getRegistry()
        The actual Registry.
        Returns:
        the rmi Registry
      • getPort

        int getPort()
        The local port of the exposed Registry.
        Returns:
        the local port to use.
      • getLoopbackAddress

        java.net.InetAddress getLoopbackAddress()
        The local (loopback) address to use for communication.
        Returns:
        the Loopback address