Liferay 6.2-ce-ga5

com.liferay.portlet.network.util
Class WhoisWebCacheItem

java.lang.Object
  extended by com.liferay.portlet.network.util.WhoisWebCacheItem
All Implemented Interfaces:
WebCacheItem, Serializable

public class WhoisWebCacheItem
extends Object
implements WebCacheItem

See Also:
Serialized Form

Field Summary
static String WHOIS_SERVER
           
static int WHOIS_SERVER_PORT
           
 
Constructor Summary
WhoisWebCacheItem(String domain)
           
 
Method Summary
 Object convert(String key)
           
 long getRefreshTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WHOIS_SERVER

public static final String WHOIS_SERVER
See Also:
Constant Field Values

WHOIS_SERVER_PORT

public static final int WHOIS_SERVER_PORT
See Also:
Constant Field Values
Constructor Detail

WhoisWebCacheItem

public WhoisWebCacheItem(String domain)
Method Detail

convert

public Object convert(String key)
               throws WebCacheException
Specified by:
convert in interface WebCacheItem
Throws:
WebCacheException

getRefreshTime

public long getRefreshTime()
Specified by:
getRefreshTime in interface WebCacheItem

Liferay 6.2-ce-ga5