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

All Known Implementing Classes:
AsyncProcessorTask, AsyncReadTask, CometTask, DefaultProcessorTask, DefaultReadTask, HeapMemoryRule, IsolatedTask, IsolationPipeline, ProcessorBlockingTask, ReadBlockingTask, SSLAsyncProcessorTask, SSLAsyncReadTask, SSLProcessorTask, SSLReadTask, TaskBase, XAReadTask

public interface TaskListener

This interface allows Task object to communicate their state when WorkerThread start processing them or when the processing is completed.

Author:
Jean-Francois Arcand

Method Summary
 void taskEvent(TaskEvent event)
          This method is invoked when a WorkerThread starts processing a Task object.
 

Method Detail

taskEvent

void taskEvent(TaskEvent event)
This method is invoked when a WorkerThread starts processing a Task object.



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