org.glassfish.grizzly.asyncqueue
Class AsyncWriteQueueRecord<A>
java.lang.Object
org.glassfish.grizzly.asyncqueue.AsyncQueueRecord<WriteResult>
org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord<A>
public class AsyncWriteQueueRecord<A>
- extends AsyncQueueRecord<WriteResult>
AsyncQueue write element unit
- Author:
- Alexey Stashok
| Methods inherited from class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord |
getBuffer, getCompletionHandler, getCurrentResult, getFuture, getInterceptor, set, setBuffer, setCompletionHandler, setCurrentResult, setFuture, setInterceptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dstAddress
protected A dstAddress
isCloned
protected boolean isCloned
AsyncWriteQueueRecord
public AsyncWriteQueueRecord()
set
public void set(Buffer buffer,
Future future,
WriteResult currentResult,
CompletionHandler completionHandler,
Interceptor<WriteResult> interceptor,
A dstAddress)
isCloned
public boolean isCloned()
setCloned
public void setCloned(boolean isCloned)
getDstAddress
public A getDstAddress()
setDstAddress
public void setDstAddress(A dstAddress)
Copyright © 2009 SUN Microsystems. All Rights Reserved.