Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.concurrent.NoticeableFuture

Packages that use NoticeableFuture
com.liferay.portal.kernel.cluster   
com.liferay.portal.kernel.concurrent   
com.liferay.portal.kernel.nio.intraband.rpc   
com.liferay.portal.kernel.process   
com.liferay.portal.kernel.process.local   
 

Uses of NoticeableFuture in com.liferay.portal.kernel.cluster
 

Classes in com.liferay.portal.kernel.cluster that implement NoticeableFuture
 class FutureClusterResponses
           
 

Methods in com.liferay.portal.kernel.cluster that return NoticeableFuture
<T> NoticeableFuture<T>
ClusterMasterExecutor.executeOnMaster(MethodHandler methodHandler)
           
 

Uses of NoticeableFuture in com.liferay.portal.kernel.concurrent
 

Classes in com.liferay.portal.kernel.concurrent that implement NoticeableFuture
 class DefaultNoticeableFuture<T>
           
 class NoticeableFutureConverter<T,V>
           
 

Methods in com.liferay.portal.kernel.concurrent that return NoticeableFuture
 NoticeableFuture<V> AsyncBroker.post(K key)
           
 NoticeableFuture<V> AsyncBroker.post(K key, DefaultNoticeableFuture<V> defaultNoticeableFuture)
           
<T> NoticeableFuture<T>
ThreadPoolExecutor.submit(Callable<T> callable)
           
 NoticeableFuture<?> ThreadPoolExecutor.submit(Runnable runnable)
           
<T> NoticeableFuture<T>
ThreadPoolExecutor.submit(Runnable runnable, T result)
           
 NoticeableFuture<V> AsyncBroker.take(K key)
           
 NoticeableFuture<Void> ThreadPoolExecutor.terminationNoticeableFuture()
           
 

Methods in com.liferay.portal.kernel.concurrent that return types with arguments of type NoticeableFuture
 Map<K,NoticeableFuture<V>> AsyncBroker.getOpenBids()
           
 

Constructors in com.liferay.portal.kernel.concurrent with parameters of type NoticeableFuture
NoticeableFutureConverter(NoticeableFuture<V> noticeableFuture)
           
 

Uses of NoticeableFuture in com.liferay.portal.kernel.nio.intraband.rpc
 

Methods in com.liferay.portal.kernel.nio.intraband.rpc that return NoticeableFuture
static
<V extends Serializable>
NoticeableFuture<V>
IntrabandRPCUtil.execute(RegistrationReference registrationReference, ProcessCallable<V> processCallable)
           
 

Uses of NoticeableFuture in com.liferay.portal.kernel.process
 

Methods in com.liferay.portal.kernel.process that return NoticeableFuture
static
<O,E> NoticeableFuture<ObjectValuePair<O,E>>
ProcessUtil.execute(OutputProcessor<O,E> outputProcessor, List<String> arguments)
           
static
<O,E> NoticeableFuture<ObjectValuePair<O,E>>
ProcessUtil.execute(OutputProcessor<O,E> outputProcessor, String... arguments)
           
 NoticeableFuture<T> ProcessChannel.getProcessNoticeableFuture()
           
<V extends Serializable>
NoticeableFuture<V>
ProcessChannel.write(ProcessCallable<V> processCallable)
           
 

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

Methods in com.liferay.portal.kernel.process.local that return NoticeableFuture
 NoticeableFuture<T> LocalProcessChannel.getProcessNoticeableFuture()
           
<V extends Serializable>
NoticeableFuture<V>
LocalProcessChannel.write(ProcessCallable<V> processCallable)
           
 

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


Liferay 7.0-ce-b4