Uses of Interface
com.sun.grizzly.Pipeline

Packages that use Pipeline
com.sun.enterprise.web.connector.grizzly.comet   
com.sun.grizzly   
com.sun.grizzly.comet   
com.sun.grizzly.http   
com.sun.grizzly.rcm   
com.sun.grizzly.util   
 

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

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

Uses of Pipeline in com.sun.grizzly
 

Classes in com.sun.grizzly that implement Pipeline
 class DefaultPipeline
          Simple Thread Pool based on the wait/notify/synchronized mechanism.
 

Fields in com.sun.grizzly declared as Pipeline
protected  Pipeline TCPSelectorHandler.pipeline
          The Pipeline used by this instance.
 

Methods in com.sun.grizzly that return Pipeline
 Pipeline Context.getPipeline()
          Return the Pipeline executing this instance.
 Pipeline Controller.getPipeline()
          Return the Pipeline (Thread Pool) used by this Controller.
 Pipeline SelectorHandler.pipeline()
          Return the Pipeline used to execute this SelectorHandler's SelectionKey ops
 Pipeline TCPSelectorHandler.pipeline()
          Return the Pipeline used to execute this SelectorHandler's SelectionKey ops
 

Methods in com.sun.grizzly with parameters of type Pipeline
 void SelectorHandler.setPipeline(Pipeline pipeline)
          Set the Pipeline used to execute this SelectorHandler's SelectionKey ops
 void Context.setPipeline(Pipeline pipeline)
          Set the Pipeline that will execute this instance.
 void TCPSelectorHandler.setPipeline(Pipeline pipeline)
          Set the Pipeline used to execute this SelectorHandler's SelectionKey ops
 void Controller.setPipeline(Pipeline<Callable> pipeline)
          Set the Pipeline (Thread Pool).
 

Uses of Pipeline in com.sun.grizzly.comet
 

Fields in com.sun.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.grizzly.comet with parameters of type Pipeline
protected  CometTask CometEngine.getCometTask(CometContext cometContext, SelectionKey key, Pipeline ctxPipeline)
          Return a clean and configured CometTask
protected  void DefaultNotificationHandler.setPipeline(Pipeline pipeline)
          Set the Pipeline used for notifying the CometHandler.
 

Uses of Pipeline in com.sun.grizzly.http
 

Classes in com.sun.grizzly.http that implement Pipeline
 class LinkedListPipeline
          Internal FIFO used by the Worker Threads to pass information between Task objects.
 

Fields in com.sun.grizzly.http declared as Pipeline
protected  Pipeline TaskBase.pipeline
          The Pipeline object associated with this Task
 

Methods in com.sun.grizzly.http 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()
           
 

Methods in com.sun.grizzly.http 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.
 

Constructors in com.sun.grizzly.http with parameters of type Pipeline
HttpWorkerThread(Pipeline<Callable> pipeline, String name)
          Create a Thread that will synchronizes/block on Pipeline instance.
 

Uses of Pipeline in com.sun.grizzly.rcm
 

Fields in com.sun.grizzly.rcm with type parameters of type Pipeline
protected static ConcurrentHashMap<String,Pipeline> ResourceAllocationFilter.pipelines
          The Pipeline configured based on the threadRatio.
 

Methods in com.sun.grizzly.rcm that return Pipeline
 Pipeline ResourceAllocationFilter.filterRequest(String token, Pipeline p)
          Filter the request and decide which Pipeline to use.
protected  Pipeline ResourceAllocationFilter.newPipeline(int threadCount, Pipeline p)
          Creates a new Pipeline
 

Methods in com.sun.grizzly.rcm with parameters of type Pipeline
 Pipeline ResourceAllocationFilter.filterRequest(String token, Pipeline p)
          Filter the request and decide which Pipeline to use.
protected  Pipeline ResourceAllocationFilter.newPipeline(int threadCount, Pipeline p)
          Creates a new Pipeline
 

Uses of Pipeline in com.sun.grizzly.util
 

Fields in com.sun.grizzly.util declared as Pipeline
protected  Pipeline<Callable> WorkerThreadImpl.pipeline
          The Pipeline on which this thread synchronize.
 

Constructors in com.sun.grizzly.util with parameters of type Pipeline
WorkerThreadImpl(Pipeline<Callable> pipeline, String name)
          Create a Thread that will synchronizes/block on Pipeline instance.
WorkerThreadImpl(Pipeline<Callable> pipeline, String name, int initialByteBufferSize)
          Create a Thread that will synchronizes/block on Pipeline instance.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.