Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.nio.intraband.proxy.annotation.Proxy

Packages that use Proxy
com.liferay.portal.kernel.cache   
com.liferay.portal.kernel.poller   
 

Uses of Proxy in com.liferay.portal.kernel.cache
 

Methods in com.liferay.portal.kernel.cache with annotations of type Proxy
 void PortalCacheManager.clearAll()
           
 V PortalCache.get(K key)
           
 List<K> PortalCache.getKeys()
           
 void PortalCache.put(K key, V value)
           
 void PortalCache.put(K key, V value, int timeToLive)
           
 void PortalCacheManager.reconfigurePortalCaches(URL configurationURL)
           
 void PortalCache.remove(K key)
           
 void PortalCache.removeAll()
           
 

Uses of Proxy in com.liferay.portal.kernel.poller
 

Methods in com.liferay.portal.kernel.poller with annotations of type Proxy
 PollerResponse PollerProcessor.receive(PollerRequest pollerRequest)
           
 void PollerProcessor.send(PollerRequest pollerRequest)
           
 


Liferay 7.0-ce-b4