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. 
 

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)
           
 


Liferay 6.2-ce-ga5