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

Packages that use AsyncTask
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.async   
 

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

Methods in com.sun.enterprise.web.connector.grizzly that return AsyncTask
 AsyncTask AsyncExecutor.getAsyncTask()
          Get the AsycnProcesssorTask.
 

Methods in com.sun.enterprise.web.connector.grizzly with parameters of type AsyncTask
 void AsyncHandler.addToInterruptedQueue(AsyncTask task)
          Add the Task to the interrupted queue.
 void AsyncHandler.removeFromInterruptedQueue(AsyncTask task)
          Remove the Task from the interrupted queue.
 void AsyncHandler.returnTask(AsyncTask task)
          Return a Task
 void AsyncExecutor.setAsyncTask(AsyncTask task)
          Set the AsycnProcesssorTask.
 

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

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

Methods in com.sun.enterprise.web.connector.grizzly.async that return AsyncTask
 AsyncTask DefaultAsyncExecutor.getAsyncTask()
          Return AsyncTask.
 

Methods in com.sun.enterprise.web.connector.grizzly.async with parameters of type AsyncTask
 void DefaultAsyncHandler.addToInterruptedQueue(AsyncTask task)
          Add a Task to the interrupted queue.
 void DefaultAsyncHandler.removeFromInterruptedQueue(AsyncTask task)
          Remove the Task from the interrupted queue.
 void DefaultAsyncHandler.returnTask(AsyncTask asyncTask)
          Return th Task to the pool
 void DefaultAsyncExecutor.setAsyncTask(AsyncTask asyncProcessorTask)
          Set the AsyncTask.
 



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