Class GatewayLookup

java.lang.Object
org.openspaces.core.gateway.GatewayLookup

public class GatewayLookup extends Object
Holds information used for gateway lookup.
Since:
8.0.3
Author:
Idan Moyal
  • Constructor Details

    • GatewayLookup

      public GatewayLookup()
  • Method Details

    • getGatewayName

      public String getGatewayName()
      Returns:
      The gateway's name used for identification.
    • setGatewayName

      public void setGatewayName(String siteName)
      Sets the gateway's name used for identification.
    • getHost

      public String getHost()
      Returns:
      The gateway's lookup host address (locator).
    • setHost

      public void setHost(String host)
      Sets the gateway's lookup host address (locator).
      Parameters:
      host - The host address.
    • getDiscoveryPort

      public String getDiscoveryPort()
      Returns:
      The gateway's lookup LUS port (Component's discovery port).
    • setDiscoveryPort

      public void setDiscoveryPort(String discoveryPort)
      Sets the gateway's lookup LUS port (Component's discovery port).
    • getCommunicationPort

      public String getCommunicationPort()
      Returns:
      The gateway's lookup communication port (Component's communication port).
    • setCommunicationPort

      public void setCommunicationPort(String lrmiPort)
      Sets the gateway's lookup communication port (Component's communication port).
      Parameters:
      lrmiPort - The LRMI port.