Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.process.ProcessChannel

Packages that use ProcessChannel
com.liferay.portal.fabric.local.worker   
com.liferay.portal.fabric.netty.worker   
com.liferay.portal.fabric.worker   
com.liferay.portal.kernel.process   
com.liferay.portal.kernel.process.local   
 

Uses of ProcessChannel in com.liferay.portal.fabric.local.worker
 

Classes in com.liferay.portal.fabric.local.worker that implement ProcessChannel
 class LocalFabricWorker<T extends Serializable>
           
 

Constructors in com.liferay.portal.fabric.local.worker with parameters of type ProcessChannel
LocalFabricWorker(ProcessChannel<T> processChannel)
           
LocalFabricWorkerProcessCallableExecutor(ProcessChannel<? extends Serializable> processChannel)
           
 

Uses of ProcessChannel in com.liferay.portal.fabric.netty.worker
 

Classes in com.liferay.portal.fabric.netty.worker that implement ProcessChannel
 class NettyFabricWorkerStub<T extends Serializable>
           
 

Uses of ProcessChannel in com.liferay.portal.fabric.worker
 

Subinterfaces of ProcessChannel in com.liferay.portal.fabric.worker
 interface FabricWorker<T extends Serializable>
           
 

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

Methods in com.liferay.portal.kernel.process that return ProcessChannel
<T extends Serializable>
ProcessChannel<T>
ProcessExecutor.execute(ProcessConfig processConfig, ProcessCallable<T> processCallable)
           
static
<T extends Serializable>
ProcessChannel<T>
ProcessExecutorUtil.execute(ProcessConfig processConfig, ProcessCallable<T> processCallable)
           
 

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

Classes in com.liferay.portal.kernel.process.local that implement ProcessChannel
 class LocalProcessChannel<T extends Serializable>
           
 

Methods in com.liferay.portal.kernel.process.local that return ProcessChannel
<T extends Serializable>
ProcessChannel<T>
LocalProcessExecutor.execute(ProcessConfig processConfig, ProcessCallable<T> processCallable)
           
 


Liferay 7.0-ce-b4