groovyx.gpars.remote.netty
Class NettyRemoteConnection.MyChannelFutureListener

java.lang.Object
  extended by java.lang.Number
      extended by java.util.concurrent.atomic.AtomicInteger
          extended by groovyx.gpars.remote.netty.NettyRemoteConnection.MyChannelFutureListener
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, org.jboss.netty.channel.ChannelFutureListener
Enclosing class:
NettyRemoteConnection

private static class NettyRemoteConnection.MyChannelFutureListener
extends java.util.concurrent.atomic.AtomicInteger
implements org.jboss.netty.channel.ChannelFutureListener


Field Summary
 NettyHandler handler
           
private static long serialVersionUID
           
 
Fields inherited from interface org.jboss.netty.channel.ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE
 
Constructor Summary
private NettyRemoteConnection.MyChannelFutureListener()
           
 
Method Summary
 void operationComplete(org.jboss.netty.channel.ChannelFuture future)
           
 
Methods inherited from class java.util.concurrent.atomic.AtomicInteger
addAndGet, compareAndSet, decrementAndGet, doubleValue, floatValue, get, getAndAdd, getAndDecrement, getAndIncrement, getAndSet, incrementAndGet, intValue, lazySet, longValue, set, toString, weakCompareAndSet
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

handler

public volatile NettyHandler handler
Constructor Detail

NettyRemoteConnection.MyChannelFutureListener

private NettyRemoteConnection.MyChannelFutureListener()
Method Detail

operationComplete

public void operationComplete(org.jboss.netty.channel.ChannelFuture future)
                       throws java.lang.Exception
Specified by:
operationComplete in interface org.jboss.netty.channel.ChannelFutureListener
Throws:
java.lang.Exception

Copyright © 2008–2010 Václav Pech. All Rights Reserved.