org.glassfish.grizzly.nio
Class RegisterChannelResult

java.lang.Object
  extended by org.glassfish.grizzly.nio.RegisterChannelResult

public class RegisterChannelResult
extends Object

Author:
Alexey Stashok

Constructor Summary
RegisterChannelResult()
           
RegisterChannelResult(SelectorRunner selectorRunner, SelectionKey selectionKey, SelectableChannel channel)
           
 
Method Summary
 SelectableChannel getChannel()
           
 SelectionKey getSelectionKey()
           
 SelectorRunner getSelectorRunner()
           
 void setChannel(SelectableChannel channel)
           
 void setSelectionKey(SelectionKey selectionKey)
           
 void setSelectorRunner(SelectorRunner selectorRunner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisterChannelResult

public RegisterChannelResult()

RegisterChannelResult

public RegisterChannelResult(SelectorRunner selectorRunner,
                             SelectionKey selectionKey,
                             SelectableChannel channel)
Method Detail

getSelectorRunner

public SelectorRunner getSelectorRunner()

setSelectorRunner

public void setSelectorRunner(SelectorRunner selectorRunner)

getSelectionKey

public SelectionKey getSelectionKey()

setSelectionKey

public void setSelectionKey(SelectionKey selectionKey)

getChannel

public SelectableChannel getChannel()

setChannel

public void setChannel(SelectableChannel channel)


Copyright © 2009 SUN Microsystems. All Rights Reserved.