public class CacheClient
extends java.lang.Object
Constructor | Description |
---|---|
CacheClient() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getClientIP() |
Gets the IPAddress of the cache client.
|
int |
getPort() |
Gets the port of the cache client.
|
java.lang.String |
getProcessID() |
Gets the process id of the cache client.
|
void |
setClientIP(java.lang.String value) |
Sets the IPAddress of the cache client.
|
void |
setPort(int value) |
Sets the port of the cache client.
|
void |
setProcessID(java.lang.String value) |
Sets the process id of the cache client.
|
public final java.lang.String getProcessID()
public final void setProcessID(java.lang.String value)
value
- The process id of the cache client.public final java.lang.String getClientIP()
public final void setClientIP(java.lang.String value)
value
- The IPAddress of the cache client.public final int getPort()
public final void setPort(int value)
value
- The port of the cache client.