|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Number
java.util.concurrent.atomic.AtomicInteger
gpars.remote.netty.NettyRemoteConnection.MyChannelFutureListener
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 |
---|
NettyHandler handler
Constructor Detail |
---|
NettyRemoteConnection.MyChannelFutureListener()
Method Detail |
---|
public void operationComplete(ChannelFuture future)
Groovy Documentation