Uses of Interface
com.sun.grizzly.ProcessorExecutor

Packages that use ProcessorExecutor
com.sun.grizzly.nio.transport   
com.sun.grizzly.utils   
 

Uses of ProcessorExecutor in com.sun.grizzly.nio.transport
 

Methods in com.sun.grizzly.nio.transport with parameters of type ProcessorExecutor
protected  void TCPNIOTransport.executeProcessor(IOEvent ioEvent, Connection connection, Processor processor, ProcessorExecutor executor, PostProcessor postProcessor, Object strategyContext)
           
protected  void UDPNIOTransport.executeProcessor(IOEvent ioEvent, Connection connection, Processor processor, ProcessorExecutor executor, PostProcessor postProcessor, Object strategyContext)
           
 

Uses of ProcessorExecutor in com.sun.grizzly.utils
 

Classes in com.sun.grizzly.utils that implement ProcessorExecutor
 class CurrentThreadExecutor
          Simple Executor, which executes a tasks in a current Thread
 class WorkerThreadExecutor
          WorkerThreadExecutor implementation, which executes Runnable in one of the ThreadPool's worker thread
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.