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

Packages that use TaskListener
com.sun.enterprise.web.ara   
com.sun.enterprise.web.ara.rules   
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.async   
com.sun.enterprise.web.connector.grizzly.blocking   
com.sun.enterprise.web.connector.grizzly.comet   
com.sun.enterprise.web.connector.grizzly.ssl   
 

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

Classes in com.sun.enterprise.web.ara that implement TaskListener
 class IsolatedTask
          This task is used to configure an instance of .ReadTask based on the Rule implementation.
 class IsolationPipeline
          Customized Pipeline which wrap the original Task instance with an instance of IsolatedTask
 

Fields in com.sun.enterprise.web.ara with type parameters of type TaskListener
protected  ArrayList<TaskListener> IsolatedTask.listeners
          List of listeners
 

Methods in com.sun.enterprise.web.ara with parameters of type TaskListener
 void IsolatedTask.addTaskListener(TaskListener task)
          Add the given TaskListener to this Task.
 void TaskWrapper.addTaskListener(TaskListener task)
           
 void IsolatedTask.removeTaskListener(TaskListener task)
          Remove the given TaskListener/code> from this Task.
 void TaskWrapper.removeTaskListener(TaskListener task)
           
 

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

Classes in com.sun.enterprise.web.ara.rules that implement TaskListener
 class HeapMemoryRule
          Based on the application context-root, configure the ReadTask Pipeline based on the policy metric defined in domain.xml.
 

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

Classes in com.sun.enterprise.web.connector.grizzly that implement TaskListener
 class AsyncReadTask
          This task execute and then notify its listener, which usualy execute on their own thread.
 class DefaultProcessorTask
          Process HTTP request.
 class DefaultReadTask
          Read available data on a non blocking SocketChannel.
 class TaskBase
          Abstract implementation of a Task object.
 class XAReadTask
          Read available data on a non blocking SocketChannel.
 

Fields in com.sun.enterprise.web.connector.grizzly with type parameters of type TaskListener
protected  ArrayList<TaskListener> TaskBase.listeners
          List of listeners
 

Methods in com.sun.enterprise.web.connector.grizzly with parameters of type TaskListener
 void Task.addTaskListener(TaskListener task)
          Add a Task to this class.
 void TaskBase.addTaskListener(TaskListener task)
          Add the given TaskListener to this Task.
 void Task.removeTaskListener(TaskListener task)
          Remove a Task to this class.
 void TaskBase.removeTaskListener(TaskListener task)
          Remove the given TaskListener/code> from this Task.
 

Uses of TaskListener in com.sun.enterprise.web.connector.grizzly.async
 

Classes in com.sun.enterprise.web.connector.grizzly.async that implement TaskListener
 class AsyncProcessorTask
          A Task that wraps the execution of an asynchronous execution of a ProcessorTask.
 

Uses of TaskListener in com.sun.enterprise.web.connector.grizzly.blocking
 

Classes in com.sun.enterprise.web.connector.grizzly.blocking that implement TaskListener
 class ProcessorBlockingTask
          Process HTTP request.
 class ReadBlockingTask
          Process a blocking socket.
 

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

Classes in com.sun.enterprise.web.connector.grizzly.comet that implement TaskListener
 class CometTask
          A Task implementation that allow Grizzly ARP to notify CometHandler when new data (bytes) are available from the CometSelector.
 

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

Classes in com.sun.enterprise.web.connector.grizzly.ssl that implement TaskListener
 class SSLAsyncProcessorTask
          Simple ProcessorTask that configure the outputBuffer using an instance of SSLOutputBuffer.
 class SSLAsyncReadTask
          Asynchronous SSL support over NIO.
 class SSLProcessorTask
          Simple ProcessorTask that configure the outputBuffer using an instance of SSLOutputBuffer.
 class SSLReadTask
          SSL support over NIO.
 



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