Uses of Class
org.glassfish.grizzly.ProcessorRunnable

Packages that use ProcessorRunnable
org.glassfish.grizzly   
org.glassfish.grizzly.strategies   
 

Uses of ProcessorRunnable in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly that return ProcessorRunnable
 ProcessorRunnable Context.getProcessorRunnable()
          Get the ProcessorRunnable task instance.
 

Methods in org.glassfish.grizzly with parameters of type ProcessorRunnable
 void Strategy.executeProcessor(E strategyContext, ProcessorRunnable processorRunnable)
          Execute ProcessorRunnable task.
 void Context.setProcessorRunnable(ProcessorRunnable processorRunnable)
          Set the ProcessorRunnable task instance.
 

Uses of ProcessorRunnable in org.glassfish.grizzly.strategies
 

Methods in org.glassfish.grizzly.strategies with parameters of type ProcessorRunnable
 void LeaderFollowerStrategy.executeProcessor(Boolean strategyContext, ProcessorRunnable processorRunnable)
          Execute ProcessorRunnable task.
 void WorkerThreadStrategy.executeProcessor(Object strategyContext, ProcessorRunnable processorRunnable)
          Execute ProcessorRunnable task.
 void SameThreadStrategy.executeProcessor(Object strategyContext, ProcessorRunnable processorRunnable)
          Execute ProcessorRunnable task.
 void SimpleDynamicStrategy.executeProcessor(SimpleDynamicStrategy.DynamicStrategyContext strategyContext, ProcessorRunnable processorRunnable)
          Execute ProcessorRunnable task.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.