Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.util.ThreadLocalDistributor

Packages that use ThreadLocalDistributor
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.resiliency.spi.agent   
 

Uses of ThreadLocalDistributor in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util that return ThreadLocalDistributor
protected static ThreadLocalDistributor ThreadLocalDistributorRegistry.getThreadLocalDistributor(int index)
           
static ThreadLocalDistributor[] ThreadLocalDistributorRegistry.getThreadLocalDistributors()
           
 

Methods in com.liferay.portal.kernel.util with parameters of type ThreadLocalDistributor
protected static int ThreadLocalDistributorRegistry.addThreadLocalDistributor(ThreadLocalDistributor threadLocalDistributor)
           
 

Uses of ThreadLocalDistributor in com.liferay.portal.resiliency.spi.agent
 

Fields in com.liferay.portal.resiliency.spi.agent declared as ThreadLocalDistributor
protected  ThreadLocalDistributor[] SPIAgentSerializable.threadLocalDistributors
           
 


Liferay 6.2-ce-ga5