|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.core.gateway.GatewayLookup
public class GatewayLookup
Holds information used for gateway lookup.
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 |
---|
public GatewayLookup()
Method Detail |
---|
public String getGatewayName()
public void setGatewayName(String siteName)
siteName
- public String getHost()
public void setHost(String host)
host
- The host address.public String getDiscoveryPort()
public void setDiscoveryPort(String discoveryPort)
discoveryPort
- public String getCommunicationPort()
public void setCommunicationPort(String lrmiPort)
lrmiPort
- The LRMI port.
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |