public class GatewayLookup extends Object
| Constructor and Description | 
|---|
| GatewayLookup() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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). | 
public String getGatewayName()
public void setGatewayName(String siteName)
public String getHost()
public void setHost(String host)
host - The host address.public String getDiscoveryPort()
public void setDiscoveryPort(String discoveryPort)
public String getCommunicationPort()
public void setCommunicationPort(String lrmiPort)
lrmiPort - The LRMI port.Copyright © GigaSpaces.