org.glassfish.grizzly.nio
Class DefaultSelectorHandler.DeregisterChannelOperation

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

protected final class DefaultSelectorHandler.DeregisterChannelOperation
extends java.lang.Object
implements SelectorHandlerTask


Method Summary
 void cancel()
           
 void 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 void run(SelectorRunner selectorRunner)
         throws java.io.IOException
Specified by:
run in interface SelectorHandlerTask
Throws:
java.io.IOException

cancel

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


Copyright © 2011 Oracle Corpration. All Rights Reserved.