Uses of Interface
com.sun.grizzly.arp.AsyncTask

Packages that use AsyncTask
com.sun.grizzly.arp   
 

Uses of AsyncTask in com.sun.grizzly.arp
 

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

Methods in com.sun.grizzly.arp that return AsyncTask
 AsyncTask DefaultAsyncExecutor.getAsyncTask()
          Return AsyncTask.
 AsyncTask AsyncExecutor.getAsyncTask()
          Get the AsyncProcesssorTask.
 

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



Copyright © 2009 SUN Microsystems. All Rights Reserved.