public class GemFireLocatorAgentRecord extends Object implements Serializable
| Constructor and Description |
|---|
GemFireLocatorAgentRecord() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDistributedSystem() |
GemFireLocatorAgentIF |
getGemFireLocatorAgent() |
String |
getHostAddress() |
String |
getHostName() |
int |
getPort() |
int |
getProcessId() |
boolean |
isServerLocator() |
void |
setDistributedSystem(String aStr) |
void |
setGemFireLocatorAgent(GemFireLocatorAgentIF anAgent) |
void |
setHostAddress(String aStr) |
void |
setHostName(String aStr) |
void |
setPort(int anInt) |
void |
setProcessId(int anInt) |
void |
setServerLocator(boolean aBool) |
String |
toString() |
public String getDistributedSystem()
public void setDistributedSystem(String aStr)
public String getHostName()
public void setHostName(String aStr)
public String getHostAddress()
public void setHostAddress(String aStr)
public int getPort()
public void setPort(int anInt)
public int getProcessId()
public void setProcessId(int anInt)
public boolean isServerLocator()
public void setServerLocator(boolean aBool)
public GemFireLocatorAgentIF getGemFireLocatorAgent()
public void setGemFireLocatorAgent(GemFireLocatorAgentIF anAgent)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.