org.apache.geronimo.connector.work.pool
public interface: WorkExecutor [javadoc |
source]
All Known Implementing Classes:
SyncWorkExecutor, ScheduleWorkExecutor, StartWorkExecutor
- version:
$
- Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
Method from org.apache.geronimo.connector.work.pool.WorkExecutor Summary: |
---|
doExecute |
Method from org.apache.geronimo.connector.work.pool.WorkExecutor Detail: |
public void doExecute(WorkerContext work,
Executor executor) throws WorkException, InterruptedException
This method must be implemented by sub-classes in order to provide the
relevant synchronization policy. It is called by the executeWork template
method. |