Liferay 7.0-ce-b4

com.liferay.portal.fabric.netty.handlers
Class NettyFabricWorkerExecutionChannelHandler.PostFabricWorkerExecutionFutureListener

java.lang.Object
  extended by com.liferay.portal.fabric.netty.handlers.NettyFabricWorkerExecutionChannelHandler.PostFabricWorkerExecutionFutureListener
All Implemented Interfaces:
io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<FabricWorker<Serializable>>>, EventListener
Enclosing class:
NettyFabricWorkerExecutionChannelHandler

protected class NettyFabricWorkerExecutionChannelHandler.PostFabricWorkerExecutionFutureListener
extends Object
implements io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<FabricWorker<Serializable>>>


Constructor Summary
NettyFabricWorkerExecutionChannelHandler.PostFabricWorkerExecutionFutureListener(io.netty.channel.Channel channel, NettyFabricWorkerExecutionChannelHandler.LoadedPaths loadedPaths, NettyFabricWorkerConfig<Serializable> nettyFabricWorkerConfig)
           
 
Method Summary
 void operationComplete(io.netty.util.concurrent.Future<FabricWorker<Serializable>> future)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyFabricWorkerExecutionChannelHandler.PostFabricWorkerExecutionFutureListener

public NettyFabricWorkerExecutionChannelHandler.PostFabricWorkerExecutionFutureListener(io.netty.channel.Channel channel,
                                                                                        NettyFabricWorkerExecutionChannelHandler.LoadedPaths loadedPaths,
                                                                                        NettyFabricWorkerConfig<Serializable> nettyFabricWorkerConfig)
Method Detail

operationComplete

public void operationComplete(io.netty.util.concurrent.Future<FabricWorker<Serializable>> future)
                       throws Exception
Specified by:
operationComplete in interface io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<FabricWorker<Serializable>>>
Throws:
Exception

Liferay 7.0-ce-b4