Groovy Documentation

gpars.remote.netty
Class NettyRemoteConnection.MyChannelFutureListener

java.lang.Object
  java.lang.Number
      java.util.concurrent.atomic.AtomicInteger
          gpars.remote.netty.NettyRemoteConnection.MyChannelFutureListener
All Implemented Interfaces:
org.jboss.netty.channel.ChannelFutureListener

class NettyRemoteConnection.MyChannelFutureListener
extends AtomicInteger

Field Summary
NettyHandler handler

 
Constructor Summary
NettyRemoteConnection.MyChannelFutureListener()

 
Method Summary
void operationComplete(ChannelFuture future)

 
Methods inherited from class AtomicInteger
get, toString, set, intValue, longValue, floatValue, doubleValue, getAndAdd, lazySet, getAndSet, compareAndSet, weakCompareAndSet, getAndIncrement, getAndDecrement, incrementAndGet, decrementAndGet, addAndGet, byteValue, shortValue, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Number
byteValue, shortValue, intValue, longValue, floatValue, doubleValue, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

handler

NettyHandler handler


 
Constructor Detail

NettyRemoteConnection.MyChannelFutureListener

NettyRemoteConnection.MyChannelFutureListener()


 
Method Detail

operationComplete

public void operationComplete(ChannelFuture future)


 

Groovy Documentation