Uses of Interface
com.sun.enterprise.web.connector.grizzly.Pipeline

Packages that use Pipeline
com.sun.enterprise.web.ara   
com.sun.enterprise.web.ara.rules   
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.comet   
com.sun.enterprise.web.connector.grizzly.ssl   
com.sun.enterprise.web.portunif   
 

Uses of Pipeline in com.sun.enterprise.web.ara
 

Classes in com.sun.enterprise.web.ara that implement Pipeline
 class IsolationPipeline
          Customized Pipeline which wrap the original Task instance with an instance of IsolatedTask
 

Fields in com.sun.enterprise.web.ara declared as Pipeline
protected  Pipeline IsolatedTask.pipeline
          The Thread Pool wrapper.
 

Methods in com.sun.enterprise.web.ara that return Pipeline
 Pipeline IsolatedTask.getPipeline()
          Get the Thread pool wrapper.
 

Methods in com.sun.enterprise.web.ara with parameters of type Pipeline
 void IsolatedTask.setPipeline(Pipeline pipeline)
          Set the Thread pool wrapper.
 

Uses of Pipeline in com.sun.enterprise.web.ara.rules
 

Fields in com.sun.enterprise.web.ara.rules with type parameters of type Pipeline
protected static ConcurrentHashMap<String,Pipeline> ThreadRatioRule.pipelines
          The Pipeline configured based on the threadRatio.
 

Methods in com.sun.enterprise.web.ara.rules that return Pipeline
protected  Pipeline ThreadRatioRule.applyRule(String token)
          Apply the thread ratio.
protected  Pipeline ThreadRatioRule.newPipeline(int threadCount, Pipeline p)
          Creates a new Pipeline
 

Methods in com.sun.enterprise.web.ara.rules with parameters of type Pipeline
protected  Pipeline ThreadRatioRule.newPipeline(int threadCount, Pipeline p)
          Creates a new Pipeline
 

Uses of Pipeline in com.sun.enterprise.web.connector.grizzly
 

Classes in com.sun.enterprise.web.connector.grizzly that implement Pipeline
 class LinkedListPipeline
          Internal FIFO used by the Worker Threads to pass information between Task objects.
 class ThreadPoolExecutorPipeline
          A wrapper around an ThreadPoolExecutor.
 

Fields in com.sun.enterprise.web.connector.grizzly declared as Pipeline
protected  Pipeline TaskBase.pipeline
          The Pipeline object associated with this Task
protected  Pipeline WorkerThreadImpl.pipeline
          The Pipeline on which this thread synchronize.
protected  Pipeline SelectorThread.processorPipeline
          The queue shared by this thread and the code>ProcessorTask.
protected  Pipeline SelectorThread.readPipeline
          The queue shared by this thread and code>ReadTask
 

Methods in com.sun.enterprise.web.connector.grizzly that return Pipeline
 Pipeline Task.getPipeline()
          Return the pipeline used by this object.
 Pipeline TaskBase.getPipeline()
          Return the pipeline used by this object.
 Pipeline SelectorThread.getProcessorPipeline()
           
 Pipeline SelectorThread.getReadPipeline()
          Return the Pipeline used to handle OP_READ.
protected  Pipeline SelectorThread.newPipeline(int maxThreads, int minThreads, String name, int port, int priority)
          Create a new Pipeline instance using the pipelineClassName value.
 

Methods in com.sun.enterprise.web.connector.grizzly with parameters of type Pipeline
 void Task.setPipeline(Pipeline pipeline)
          Set the pipeline on which Worker Threads will synchronize.
 void TaskBase.setPipeline(Pipeline pipeline)
          Set the pipeline on which Worker Threads will synchronize.
 void SelectorThread.setProcessorPipeline(Pipeline processorPipeline)
           
 void SelectorThread.setReadPipeline(Pipeline readPipeline)
           
 

Constructors in com.sun.enterprise.web.connector.grizzly with parameters of type Pipeline
WorkerThreadImpl(Pipeline pipeline, String name)
          Create a Thread that will synchronizes/block on Pipeline instance.
 

Uses of Pipeline in com.sun.enterprise.web.connector.grizzly.comet
 

Fields in com.sun.enterprise.web.connector.grizzly.comet declared as Pipeline
protected  Pipeline CometEngine.pipeline
          The Pipeline used to execute CometTask
protected  Pipeline DefaultNotificationHandler.pipeline
          The Pipeline used to execute threaded notification.
 

Methods in com.sun.enterprise.web.connector.grizzly.comet that return Pipeline
 Pipeline CometEngine.getPipeline()
           
 

Methods in com.sun.enterprise.web.connector.grizzly.comet with parameters of type Pipeline
 void CometEngine.setPipeline(Pipeline pipeline)
           
protected  void DefaultNotificationHandler.setPipeline(Pipeline pipeline)
          Set the Pipeline used for notifying the CometHandler.
 

Uses of Pipeline in com.sun.enterprise.web.connector.grizzly.ssl
 

Classes in com.sun.enterprise.web.connector.grizzly.ssl that implement Pipeline
 class SSLPipeline
          This Pipeline supports SSL over NIO by creating SSLWorkerThread
 

Methods in com.sun.enterprise.web.connector.grizzly.ssl that return Pipeline
protected  Pipeline SSLSelectorThread.newPipeline(int maxThreads, int minThreads, String name, int port, int priority)
          Create a new Pipeline instance using the pipelineClassName value.
 

Constructors in com.sun.enterprise.web.connector.grizzly.ssl with parameters of type Pipeline
SSLWorkerThread(Pipeline pipeline, String name)
          Create a Thread that will synchronizes/block on SSLPipeline instance.
 

Uses of Pipeline in com.sun.enterprise.web.portunif
 

Classes in com.sun.enterprise.web.portunif that implement Pipeline
 class PortUnificationPipeline
          This Pipeline goal is to try to determine the TCP protocol used (http, soap, https, etc.).
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.