org.glassfish.grizzly.asyncqueue
Class AsyncQueueIO.ImmutableAsyncQueueIO<L>
java.lang.Object
org.glassfish.grizzly.asyncqueue.AsyncQueueIO.ImmutableAsyncQueueIO<L>
- All Implemented Interfaces:
- AsyncQueueIO<L>
- Enclosing interface:
- AsyncQueueIO<L>
public static final class AsyncQueueIO.ImmutableAsyncQueueIO<L>
- extends Object
- implements AsyncQueueIO<L>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getReader
public AsyncQueueReader<L> getReader()
- Get
AsyncQueueReader implementation.
- Specified by:
getReader in interface AsyncQueueIO<L>
- Returns:
AsyncQueueReader implementation.
getWriter
public AsyncQueueWriter<L> getWriter()
- Get
AsyncQueueWriter implementation.
- Specified by:
getWriter in interface AsyncQueueIO<L>
- Returns:
AsyncQueueWriter implementation.
Copyright © 2012 Oracle Corporation. All Rights Reserved.