Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.fabric.worker.FabricWorker

Packages that use FabricWorker
com.liferay.portal.fabric   
com.liferay.portal.fabric.agent   
com.liferay.portal.fabric.local.agent   
com.liferay.portal.fabric.local.worker   
com.liferay.portal.fabric.netty.agent   
com.liferay.portal.fabric.netty.handlers   
com.liferay.portal.fabric.netty.worker   
 

Uses of FabricWorker in com.liferay.portal.fabric
 

Methods in com.liferay.portal.fabric that return FabricWorker
<T extends Serializable>
FabricWorker<T>
FabricProcessExecutor.execute(ProcessConfig processConfig, ProcessCallable<T> processCallable)
           
 

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

Methods in com.liferay.portal.fabric.agent that return FabricWorker
<T extends Serializable>
FabricWorker<T>
FabricAgent.execute(ProcessConfig processConfig, ProcessCallable<T> processCallable)
           
 

Methods in com.liferay.portal.fabric.agent that return types with arguments of type FabricWorker
 Collection<? extends FabricWorker<?>> FabricAgent.getFabricWorkers()
           
 

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

Methods in com.liferay.portal.fabric.local.agent that return FabricWorker
<T extends Serializable>
FabricWorker<T>
LocalFabricAgent.execute(ProcessConfig processConfig, ProcessCallable<T> processCallable)
           
 

Methods in com.liferay.portal.fabric.local.agent that return types with arguments of type FabricWorker
 Collection<? extends FabricWorker<?>> LocalFabricAgent.getFabricWorkers()
           
 

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

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

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

Methods in com.liferay.portal.fabric.netty.agent that return FabricWorker
<T extends Serializable>
FabricWorker<T>
NettyFabricAgentStub.execute(ProcessConfig processConfig, ProcessCallable<T> processCallable)
           
 

Methods in com.liferay.portal.fabric.netty.agent that return types with arguments of type FabricWorker
 Collection<? extends FabricWorker<?>> NettyFabricAgentStub.getFabricWorkers()
           
 

Uses of FabricWorker in com.liferay.portal.fabric.netty.handlers
 

Methods in com.liferay.portal.fabric.netty.handlers that return FabricWorker
static
<T extends Serializable>
FabricWorker<T>
NettyChannelAttributes.getFabricWorker(io.netty.channel.Channel channel, long id)
           
 

Methods in com.liferay.portal.fabric.netty.handlers that return types with arguments of type FabricWorker
static Map<Long,FabricWorker<?>> NettyChannelAttributes.getFabricWorkers(io.netty.channel.Channel channel)
           
 

Methods in com.liferay.portal.fabric.netty.handlers with parameters of type FabricWorker
static
<T extends Serializable>
void
NettyChannelAttributes.putFabricWorker(io.netty.channel.Channel channel, long id, FabricWorker<T> fabricWorker)
           
 

Method parameters in com.liferay.portal.fabric.netty.handlers with type arguments of type FabricWorker
 void NettyFabricWorkerExecutionChannelHandler.PostFabricWorkerExecutionFutureListener.operationComplete(io.netty.util.concurrent.Future<FabricWorker<Serializable>> future)
           
 

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

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


Liferay 7.0-ce-b4