Uses of Class
com.sun.grizzly.http.TaskEvent

Packages that use TaskEvent
com.sun.grizzly.arp   
com.sun.grizzly.comet   
com.sun.grizzly.http   
 

Uses of TaskEvent in com.sun.grizzly.arp
 

Methods in com.sun.grizzly.arp with parameters of type TaskEvent
 void AsyncProcessorTask.taskEvent(TaskEvent event)
          Not used.
 void AsyncProtocolFilter.taskEvent(TaskEvent event)
          Called when the Asynchronous Request Processing is resuming.
 

Uses of TaskEvent in com.sun.grizzly.comet
 

Methods in com.sun.grizzly.comet with parameters of type TaskEvent
 void CometTask.taskEvent(TaskEvent event)
          Not used.
 

Uses of TaskEvent in com.sun.grizzly.http
 

Methods in com.sun.grizzly.http with parameters of type TaskEvent
protected  void TaskBase.fireTaskEvent(TaskEvent<?> event)
          Notify listeners.
 void TaskBase.taskEvent(TaskEvent event)
          Base implementation.
 void TaskListener.taskEvent(TaskEvent event)
          This method is invoked when a WorkerThread starts processing a Task object.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.