public static class CommSystemFacadeImpl.CacheEntry extends Object
| Constructor and Description |
|---|
CacheEntry(String ipAddress,
String hostname)CacheEntry. |
CacheEntry(String ipAddress,
String hostname,
long timestamp)CacheEntry. |
| Modifier and Type | Method and Description |
|---|---|
String | getHostname()The cached hostname for the entry. |
String | getIpAddress()The cached IP address of the entry. |
String | getRdnsEntry()The formatted rDNS cache entry. |
long | getTimestamp()The timestamp when the entry was cached. |
public String getHostname()
public String getIpAddress()
public String getRdnsEntry()
public long getTimestamp()