org.jboss.xnio.nio
Class NioSelectorRunnable

java.lang.Object
  extended by org.jboss.xnio.nio.NioSelectorRunnable
All Implemented Interfaces:
java.lang.Runnable

public final class NioSelectorRunnable
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
protected NioSelectorRunnable()
           
 
Method Summary
 int getKeyLoad()
           
 void run()
           
 void runTask(SelectorTask task)
           
 void shutdown()
           
 void wakeup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NioSelectorRunnable

protected NioSelectorRunnable()
                       throws java.io.IOException
Throws:
java.io.IOException
Method Detail

runTask

public void runTask(SelectorTask task)

wakeup

public void wakeup()

getKeyLoad

public int getKeyLoad()

shutdown

public void shutdown()

run

public void run()
Specified by:
run in interface java.lang.Runnable