org.glassfish.grizzly.asyncqueue
Class AsyncQueueIO.Factory

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

public static class AsyncQueueIO.Factory
extends java.lang.Object


Constructor Summary
AsyncQueueIO.Factory()
           
 
Method Summary
static
<L> AsyncQueueIO<L>
createImmutable(AsyncQueueReader<L> reader, AsyncQueueWriter<L> writer)
           
static
<L> AsyncQueueIO.MutableAsyncQueueIO<L>
createMutable(AsyncQueueReader<L> reader, AsyncQueueWriter<L> writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncQueueIO.Factory

public AsyncQueueIO.Factory()
Method Detail

createImmutable

public static <L> AsyncQueueIO<L> createImmutable(AsyncQueueReader<L> reader,
                                                  AsyncQueueWriter<L> writer)

createMutable

public static <L> AsyncQueueIO.MutableAsyncQueueIO<L> createMutable(AsyncQueueReader<L> reader,
                                                                    AsyncQueueWriter<L> writer)


Copyright © 2012 Oracle Corporation. All Rights Reserved.