Interface Location

All Known Implementing Classes:
RegistryLocation

public interface Location
Interface which defines host and port. Part of RegistryUtil.
Version:
$Id: $Id
Author:
Oliver Hoogvliet
  • Method Details

    • getHost

      String getHost()
      Returns the host of the registry.
      Returns:
      a String object.
    • getPort

      int getPort()
      Returns the port of the registry.
      Returns:
      a int.
    • getProtocol

      String getProtocol()

      getProtocol.

      Returns:
      a String object.
    • getContext

      String getContext()

      getContext.

      Returns:
      a String object.