Liferay 7.0-ga1 portal-impl

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

java.lang.Object
  extended by com.liferay.portal.fabric.netty.handlers.NettyFabricWorkerExecutionChannelHandler.PostFabricWorkerFinishFutureListener
All Implemented Interfaces:
com.liferay.portal.kernel.concurrent.FutureListener<Serializable>
Enclosing class:
NettyFabricWorkerExecutionChannelHandler

protected class NettyFabricWorkerExecutionChannelHandler.PostFabricWorkerFinishFutureListener
extends Object
implements com.liferay.portal.kernel.concurrent.FutureListener<Serializable>


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

Constructor Detail

NettyFabricWorkerExecutionChannelHandler.PostFabricWorkerFinishFutureListener

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

complete

public void complete(Future<Serializable> future)
Specified by:
complete in interface com.liferay.portal.kernel.concurrent.FutureListener<Serializable>

Liferay 7.0-ga1 portal-impl