com.sun.grizzly.nio
Class DefaultSelectorHandler.SelectionKeyOperation

java.lang.Object
  extended by com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
Enclosing class:
DefaultSelectorHandler

protected static class DefaultSelectorHandler.SelectionKeyOperation
extends Object


Constructor Summary
protected DefaultSelectorHandler.SelectionKeyOperation()
           
 
Method Summary
 Object getAttachment()
           
 SelectableChannel getChannel()
           
 CompletionHandler getCompletionHandler()
           
 FutureImpl<RegisterChannelResult> getFuture()
           
 int getInterest()
           
 DefaultSelectorHandler.OpType getOpType()
           
 SelectionKey getSelectionKey()
           
 void setAttachment(Object attachment)
           
 void setChannel(SelectableChannel channel)
           
 void setCompletionHandler(CompletionHandler completionHandler)
           
 void setFuture(FutureImpl<RegisterChannelResult> future)
           
 void setInterest(int interest)
           
 void setOpType(DefaultSelectorHandler.OpType opType)
           
 void setSelectionKey(SelectionKey selectionKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSelectorHandler.SelectionKeyOperation

protected DefaultSelectorHandler.SelectionKeyOperation()
Method Detail

getOpType

public DefaultSelectorHandler.OpType getOpType()

setOpType

public void setOpType(DefaultSelectorHandler.OpType opType)

getSelectionKey

public SelectionKey getSelectionKey()

setSelectionKey

public void setSelectionKey(SelectionKey selectionKey)

getChannel

public SelectableChannel getChannel()

setChannel

public void setChannel(SelectableChannel channel)

getInterest

public int getInterest()

setInterest

public void setInterest(int interest)

getAttachment

public Object getAttachment()

setAttachment

public void setAttachment(Object attachment)

getFuture

public FutureImpl<RegisterChannelResult> getFuture()

setFuture

public void setFuture(FutureImpl<RegisterChannelResult> future)

getCompletionHandler

public CompletionHandler getCompletionHandler()

setCompletionHandler

public void setCompletionHandler(CompletionHandler completionHandler)


Copyright © 2009 SUN Microsystems. All Rights Reserved.