Liferay 7.0-ce-b4

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

java.lang.Object
  extended by com.liferay.portal.fabric.netty.handlers.NettyFabricAgentRegistrationChannelHandler.OnRegistration
All Implemented Interfaces:
Runnable
Enclosing class:
NettyFabricAgentRegistrationChannelHandler

protected class NettyFabricAgentRegistrationChannelHandler.OnRegistration
extends Object
implements Runnable


Constructor Summary
NettyFabricAgentRegistrationChannelHandler.OnRegistration(io.netty.channel.Channel channel, NettyFabricAgentStub nettyFabricAgentStub, Repository<io.netty.channel.Channel> repository)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyFabricAgentRegistrationChannelHandler.OnRegistration

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

run

public void run()
Specified by:
run in interface Runnable

Liferay 7.0-ce-b4