GigaSpaces XAP 9.0 API

org.openspaces.core.gateway
Class GatewayLookup

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

public class GatewayLookup
extends Object

Holds information used for gateway lookup.

Since:
8.0.3
Author:
Idan Moyal

Constructor Summary
GatewayLookup()
           
 
Method Summary
 String getCommunicationPort()
           
 String getDiscoveryPort()
           
 String getGatewayName()
           
 String getHost()
           
 void setCommunicationPort(String lrmiPort)
          Sets the gateway's lookup communication port (Component's communication port).
 void setDiscoveryPort(String discoveryPort)
          Sets the gateway's lookup LUS port (Component's discovery port).
 void setGatewayName(String siteName)
          Sets the gateway's name used for identification.
 void setHost(String host)
          Sets the gateway's lookup host address (locator).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewayLookup

public GatewayLookup()
Method Detail

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.

Parameters:
siteName -

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).

Parameters:
discoveryPort -

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.

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.