Uses of Interface
org.glassfish.grizzly.web.arp.AsyncTask

Packages that use AsyncTask
org.glassfish.grizzly.web.arp   
 

Uses of AsyncTask in org.glassfish.grizzly.web.arp
 

Classes in org.glassfish.grizzly.web.arp that implement AsyncTask
 class AsyncProcessorTask
          A Task that wraps the execution of an asynchronous execution of a ProcessorTask.
 

Methods in org.glassfish.grizzly.web.arp that return AsyncTask
 AsyncTask DefaultAsyncExecutor.getAsyncTask()
          Return AsyncTask.
 AsyncTask AsyncExecutor.getAsyncTask()
          Get the AsyncProcesssorTask.
 

Methods in org.glassfish.grizzly.web.arp with parameters of type AsyncTask
protected  AsyncExecutor DefaultAsyncHandler.newAsyncExecutor(AsyncTask asyncTask)
          Create an instance of DefaultAsyncExecutor
 void AsyncHandler.returnTask(AsyncTask task)
          Return a Task
 void DefaultAsyncHandler.returnTask(AsyncTask asyncTask)
          Return th Task to the pool
 void DefaultAsyncExecutor.setAsyncTask(AsyncTask asyncProcessorTask)
          Set the AsyncTask.
 void AsyncExecutor.setAsyncTask(AsyncTask task)
          Set the AsyncProcesssorTask.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.