Liferay 7.0-ce-b4

com.liferay.portal.fabric.netty.server
Class NettyFabricServer.PostShutdownChannelListener

java.lang.Object
  extended by com.liferay.portal.fabric.netty.server.NettyFabricServer.PostShutdownChannelListener
All Implemented Interfaces:
io.netty.util.concurrent.FutureListener<Object>, io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<Object>>, EventListener
Enclosing class:
NettyFabricServer

protected class NettyFabricServer.PostShutdownChannelListener
extends Object
implements io.netty.util.concurrent.FutureListener<Object>


Field Summary
protected  Runnable runnable
           
 
Constructor Summary
protected NettyFabricServer.PostShutdownChannelListener(Runnable runnable)
           
 
Method Summary
 void operationComplete(io.netty.util.concurrent.Future<Object> future)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runnable

protected final Runnable runnable
Constructor Detail

NettyFabricServer.PostShutdownChannelListener

protected NettyFabricServer.PostShutdownChannelListener(Runnable runnable)
Method Detail

operationComplete

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

Liferay 7.0-ce-b4