Liferay 7.0-ce-b4

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

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

protected class NettyFabricWorkerExecutionChannelHandler.PostLoadPathsFutureListener
extends BaseFutureListener<NettyFabricWorkerExecutionChannelHandler.LoadedPaths>


Constructor Summary
NettyFabricWorkerExecutionChannelHandler.PostLoadPathsFutureListener(io.netty.channel.ChannelHandlerContext channelHandlerContext, NettyFabricWorkerConfig<Serializable> nettyFabricWorkerConfig)
           
 
Method Summary
 void completeWithException(Future<NettyFabricWorkerExecutionChannelHandler.LoadedPaths> future, Throwable throwable)
           
 void completeWithResult(Future<NettyFabricWorkerExecutionChannelHandler.LoadedPaths> loadPathsFuture, NettyFabricWorkerExecutionChannelHandler.LoadedPaths loadedPaths)
           
 
Methods inherited from class com.liferay.portal.kernel.concurrent.BaseFutureListener
complete, completeWithCancel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyFabricWorkerExecutionChannelHandler.PostLoadPathsFutureListener

public NettyFabricWorkerExecutionChannelHandler.PostLoadPathsFutureListener(io.netty.channel.ChannelHandlerContext channelHandlerContext,
                                                                            NettyFabricWorkerConfig<Serializable> nettyFabricWorkerConfig)
Method Detail

completeWithException

public void completeWithException(Future<NettyFabricWorkerExecutionChannelHandler.LoadedPaths> future,
                                  Throwable throwable)
Overrides:
completeWithException in class BaseFutureListener<NettyFabricWorkerExecutionChannelHandler.LoadedPaths>

completeWithResult

public void completeWithResult(Future<NettyFabricWorkerExecutionChannelHandler.LoadedPaths> loadPathsFuture,
                               NettyFabricWorkerExecutionChannelHandler.LoadedPaths loadedPaths)
Overrides:
completeWithResult in class BaseFutureListener<NettyFabricWorkerExecutionChannelHandler.LoadedPaths>

Liferay 7.0-ce-b4