Liferay 7.0-ce-b4

com.liferay.portal.fabric.local.worker
Class LocalFabricWorkerProcessCallableExecutor

java.lang.Object
  extended by com.liferay.portal.fabric.local.worker.LocalFabricWorkerProcessCallableExecutor
All Implemented Interfaces:
JMXProxyUtil.ProcessCallableExecutor

public class LocalFabricWorkerProcessCallableExecutor
extends Object
implements JMXProxyUtil.ProcessCallableExecutor


Constructor Summary
LocalFabricWorkerProcessCallableExecutor(ProcessChannel<? extends Serializable> processChannel)
           
 
Method Summary
<V extends Serializable>
NoticeableFuture<V>
execute(ProcessCallable<V> processCallable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalFabricWorkerProcessCallableExecutor

public LocalFabricWorkerProcessCallableExecutor(ProcessChannel<? extends Serializable> processChannel)
Method Detail

execute

public <V extends Serializable> NoticeableFuture<V> execute(ProcessCallable<V> processCallable)
Specified by:
execute in interface JMXProxyUtil.ProcessCallableExecutor

Liferay 7.0-ce-b4