com.sun.grizzly.asyncqueue
Class AsyncWriteQueueRecord<A>

java.lang.Object
  extended by com.sun.grizzly.asyncqueue.AsyncQueueRecord<WriteResult>
      extended by com.sun.grizzly.asyncqueue.AsyncWriteQueueRecord<A>

public class AsyncWriteQueueRecord<A>
extends AsyncQueueRecord<WriteResult>

AsyncQueue write element unit

Author:
Alexey Stashok

Field Summary
protected  A dstAddress
           
protected  boolean isCloned
           
 
Fields inherited from class com.sun.grizzly.asyncqueue.AsyncQueueRecord
buffer, completionHandler, currentResult, future, interceptor
 
Constructor Summary
AsyncWriteQueueRecord()
           
 
Method Summary
 A getDstAddress()
           
 boolean isCloned()
           
 void set(Buffer buffer, Future future, WriteResult currentResult, CompletionHandler completionHandler, Interceptor<WriteResult> interceptor, A dstAddress)
           
 void setCloned(boolean isCloned)
           
 void setDstAddress(A dstAddress)
           
 
Methods inherited from class com.sun.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
 

Field Detail

dstAddress

protected A dstAddress

isCloned

protected boolean isCloned
Constructor Detail

AsyncWriteQueueRecord

public AsyncWriteQueueRecord()
Method Detail

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.