org.glassfish.grizzly.asyncqueue
Class AsyncQueueWriter.Reentrant

java.lang.Object
  extended by org.glassfish.grizzly.asyncqueue.AsyncQueueWriter.Reentrant
Enclosing interface:
AsyncQueueWriter<L>

public static final class AsyncQueueWriter.Reentrant
extends java.lang.Object

Write reentrants counter


Constructor Summary
AsyncQueueWriter.Reentrant()
           
 
Method Summary
 int decAndGet()
           
 int get()
           
 int incAndGet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncQueueWriter.Reentrant

public AsyncQueueWriter.Reentrant()
Method Detail

get

public int get()

incAndGet

public int incAndGet()

decAndGet

public int decAndGet()


Copyright © 2012 Oracle Corporation. All Rights Reserved.