Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.cache.MultiVMPool

Packages that use MultiVMPool
com.liferay.portal.cache   
com.liferay.portal.cache.keypool   
com.liferay.portal.dao.orm.common   
com.liferay.portal.kernel.cache   
com.liferay.portal.webserver This package defines the portal web server interfaces and classes. 
 

Uses of MultiVMPool in com.liferay.portal.cache
 

Classes in com.liferay.portal.cache that implement MultiVMPool
 class MultiVMPoolImpl
           
 

Uses of MultiVMPool in com.liferay.portal.cache.keypool
 

Methods in com.liferay.portal.cache.keypool with parameters of type MultiVMPool
 void MultiVMKeyPoolPortalCacheManager.setMultiVMPool(MultiVMPool multiVMPool)
           
 

Uses of MultiVMPool in com.liferay.portal.dao.orm.common
 

Methods in com.liferay.portal.dao.orm.common with parameters of type MultiVMPool
 void EntityCacheImpl.setMultiVMPool(MultiVMPool multiVMPool)
           
 void FinderCacheImpl.setMultiVMPool(MultiVMPool multiVMPool)
           
 

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

Methods in com.liferay.portal.kernel.cache that return MultiVMPool
static MultiVMPool MultiVMKeyPoolUtil.getMultiVMPool()
           
static MultiVMPool MultiVMPoolUtil.getMultiVMPool()
           
 

Methods in com.liferay.portal.kernel.cache with parameters of type MultiVMPool
 void MultiVMKeyPoolUtil.setMultiVMPool(MultiVMPool multiVMPool)
           
 void MultiVMPoolUtil.setMultiVMPool(MultiVMPool multiVMPool)
           
 

Uses of MultiVMPool in com.liferay.portal.webserver
 

Methods in com.liferay.portal.webserver with parameters of type MultiVMPool
 void WebServerServletTokenImpl.setMultiVMPool(MultiVMPool multiVMPool)
           
 


Liferay 6.1.2-ce-ga3