Liferay 7.0-ce-b4

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

Packages that use ProcessExecutor
com.liferay.portal.fabric   
com.liferay.portal.fabric.agent   
com.liferay.portal.fabric.local.agent   
com.liferay.portal.fabric.netty.agent   
com.liferay.portal.fabric.netty.client   
com.liferay.portal.kernel.process   
com.liferay.portal.kernel.process.local   
 

Uses of ProcessExecutor in com.liferay.portal.fabric
 

Classes in com.liferay.portal.fabric that implement ProcessExecutor
 class FabricProcessExecutor
           
 

Methods in com.liferay.portal.fabric that return ProcessExecutor
static ProcessExecutor FabricProcessExecutorFactory.createFabricProcessExecutor(FabricAgentRegistry fabricAgentRegistry, ProcessExecutor processExecutor)
           
 

Methods in com.liferay.portal.fabric with parameters of type ProcessExecutor
static ProcessExecutor FabricProcessExecutorFactory.createFabricProcessExecutor(FabricAgentRegistry fabricAgentRegistry, ProcessExecutor processExecutor)
           
 

Uses of ProcessExecutor in com.liferay.portal.fabric.agent
 

Subinterfaces of ProcessExecutor in com.liferay.portal.fabric.agent
 interface FabricAgent
           
 

Uses of ProcessExecutor in com.liferay.portal.fabric.local.agent
 

Classes in com.liferay.portal.fabric.local.agent that implement ProcessExecutor
 class LocalFabricAgent
           
 

Constructors in com.liferay.portal.fabric.local.agent with parameters of type ProcessExecutor
LocalFabricAgent(ProcessExecutor processExecutor)
           
 

Uses of ProcessExecutor in com.liferay.portal.fabric.netty.agent
 

Classes in com.liferay.portal.fabric.netty.agent that implement ProcessExecutor
 class NettyFabricAgentStub
           
 

Uses of ProcessExecutor in com.liferay.portal.fabric.netty.client
 

Constructors in com.liferay.portal.fabric.netty.client with parameters of type ProcessExecutor
NettyFabricClient(ProcessExecutor processExecutor, NettyFabricClientConfig nettyFabricClientConfig, NettyFabricClientShutdownCallback nettyFabricClientShutdownCallback)
           
 

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

Methods in com.liferay.portal.kernel.process with parameters of type ProcessExecutor
 void ProcessExecutorUtil.setProcessExecutor(ProcessExecutor processExecutor)
           
 

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

Classes in com.liferay.portal.kernel.process.local that implement ProcessExecutor
 class LocalProcessExecutor
           
 


Liferay 7.0-ce-b4