Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.concurrent.AsyncBroker

Packages that use AsyncBroker
com.liferay.portal.kernel.process.local   
 

Uses of AsyncBroker in com.liferay.portal.kernel.process.local
 

Methods in com.liferay.portal.kernel.process.local that return AsyncBroker
static AsyncBroker<Long,Serializable> AsyncBrokerThreadLocal.getAsyncBroker()
           
 

Methods in com.liferay.portal.kernel.process.local with parameters of type AsyncBroker
static void AsyncBrokerThreadLocal.setAsyncBroker(AsyncBroker<Long,Serializable> asyncBroker)
           
 

Constructors in com.liferay.portal.kernel.process.local with parameters of type AsyncBroker
LocalProcessChannel(NoticeableFuture<T> noticeableFuture, ObjectOutputStream objectOutputStream, AsyncBroker<Long,Serializable> asyncBroker)
           
 


Liferay 7.0-ce-b4