Interface RMIRegistryService

All Known Implementing Classes:
DefaultRMIRegistryService

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

    • getRegistry

      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

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