Liferay 7.0-ce-b4

com.liferay.portal.fabric.netty.handlers
Class NettyFabricAgentRegistrationChannelHandler.PostDisconnectChannelFutureListener

java.lang.Object
  extended by com.liferay.portal.fabric.netty.handlers.NettyFabricAgentRegistrationChannelHandler.PostDisconnectChannelFutureListener
All Implemented Interfaces:
io.netty.channel.ChannelFutureListener, io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>, EventListener
Enclosing class:
NettyFabricAgentRegistrationChannelHandler

protected class NettyFabricAgentRegistrationChannelHandler.PostDisconnectChannelFutureListener
extends Object
implements io.netty.channel.ChannelFutureListener


Field Summary
 
Fields inherited from interface io.netty.channel.ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE, FIRE_EXCEPTION_ON_FAILURE
 
Constructor Summary
NettyFabricAgentRegistrationChannelHandler.PostDisconnectChannelFutureListener(io.netty.channel.Channel channel, NettyFabricAgentStub nettyFabricAgentStub, Repository<io.netty.channel.Channel> repository)
           
 
Method Summary
 void operationComplete(io.netty.channel.ChannelFuture channelFuture)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyFabricAgentRegistrationChannelHandler.PostDisconnectChannelFutureListener

public NettyFabricAgentRegistrationChannelHandler.PostDisconnectChannelFutureListener(io.netty.channel.Channel channel,
                                                                                      NettyFabricAgentStub nettyFabricAgentStub,
                                                                                      Repository<io.netty.channel.Channel> repository)
Method Detail

operationComplete

public void operationComplete(io.netty.channel.ChannelFuture channelFuture)
Specified by:
operationComplete in interface io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>

Liferay 7.0-ce-b4