Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class ThreadLocalDistributorRegistry

java.lang.Object
  extended by com.liferay.portal.kernel.util.ThreadLocalDistributorRegistry

public class ThreadLocalDistributorRegistry
extends Object


Constructor Summary
ThreadLocalDistributorRegistry()
           
 
Method Summary
protected static int addThreadLocalDistributor(ThreadLocalDistributor threadLocalDistributor)
           
protected static ThreadLocalDistributor getThreadLocalDistributor(int index)
           
static ThreadLocalDistributor[] getThreadLocalDistributors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadLocalDistributorRegistry

public ThreadLocalDistributorRegistry()
Method Detail

getThreadLocalDistributors

public static ThreadLocalDistributor[] getThreadLocalDistributors()

addThreadLocalDistributor

protected static int addThreadLocalDistributor(ThreadLocalDistributor threadLocalDistributor)

getThreadLocalDistributor

protected static ThreadLocalDistributor getThreadLocalDistributor(int index)

Liferay 6.2-ce-ga5