Uses of Interface
org.glassfish.grizzly.ProcessorExecutor

Packages that use ProcessorExecutor
org.glassfish.grizzly.nio.transport   
org.glassfish.grizzly.util   
 

Uses of ProcessorExecutor in org.glassfish.grizzly.nio.transport
 

Methods in org.glassfish.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 org.glassfish.grizzly.util
 

Classes in org.glassfish.grizzly.util 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.