Liferay 7.0-ce-b4

com.liferay.portal.kernel.process.local
Class AsyncBrokerThreadLocal

java.lang.Object
  extended by com.liferay.portal.kernel.process.local.AsyncBrokerThreadLocal

public class AsyncBrokerThreadLocal
extends Object


Constructor Summary
AsyncBrokerThreadLocal()
           
 
Method Summary
static AsyncBroker<Long,Serializable> getAsyncBroker()
           
static void removeAsyncBroker()
           
static void setAsyncBroker(AsyncBroker<Long,Serializable> asyncBroker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncBrokerThreadLocal

public AsyncBrokerThreadLocal()
Method Detail

getAsyncBroker

public static AsyncBroker<Long,Serializable> getAsyncBroker()

removeAsyncBroker

public static void removeAsyncBroker()

setAsyncBroker

public static void setAsyncBroker(AsyncBroker<Long,Serializable> asyncBroker)

Liferay 7.0-ce-b4