org.glassfish.grizzly.nio
Class DefaultSelectorHandler.RunnableTask

java.lang.Object
  extended by org.glassfish.grizzly.nio.DefaultSelectorHandler.RunnableTask
All Implemented Interfaces:
SelectorHandlerTask
Enclosing class:
DefaultSelectorHandler

protected static final class DefaultSelectorHandler.RunnableTask
extends Object
implements SelectorHandlerTask


Method Summary
 void cancel()
           
 boolean run(SelectorRunner selectorRunner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public boolean run(SelectorRunner selectorRunner)
            throws IOException
Specified by:
run in interface SelectorHandlerTask
Throws:
IOException

cancel

public void cancel()
Specified by:
cancel in interface SelectorHandlerTask


Copyright © 2012 Oracle Corporation. All Rights Reserved.