Uses of Class
org.glassfish.grizzly.asyncqueue.AsyncQueueWriter.Reentrant

Packages that use AsyncQueueWriter.Reentrant
org.glassfish.grizzly.asyncqueue   
org.glassfish.grizzly.nio   
 

Uses of AsyncQueueWriter.Reentrant in org.glassfish.grizzly.asyncqueue
 

Methods in org.glassfish.grizzly.asyncqueue that return AsyncQueueWriter.Reentrant
 AsyncQueueWriter.Reentrant AsyncQueueWriter.getWriteReentrant()
          Returns the current write reentrants counter.
 

Methods in org.glassfish.grizzly.asyncqueue with parameters of type AsyncQueueWriter.Reentrant
 boolean AsyncQueueWriter.isMaxReentrantsReached(AsyncQueueWriter.Reentrant reentrant)
          Returns true, if max number of write->completion-handler reentrants has been reached for the passed AsyncQueueWriter.Reentrant object, and next write will happen in the separate thread.
 

Uses of AsyncQueueWriter.Reentrant in org.glassfish.grizzly.nio
 

Methods in org.glassfish.grizzly.nio that return AsyncQueueWriter.Reentrant
 AsyncQueueWriter.Reentrant AbstractNIOAsyncQueueWriter.getWriteReentrant()
          Returns the current write reentrants counter.
 

Methods in org.glassfish.grizzly.nio with parameters of type AsyncQueueWriter.Reentrant
 boolean AbstractNIOAsyncQueueWriter.isMaxReentrantsReached(AsyncQueueWriter.Reentrant reentrant)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.