Uses of Class
org.apache.geronimo.connector.work.WorkerContext

Packages that use WorkerContext
org.apache.geronimo.connector.work.pool   
 

Uses of WorkerContext in org.apache.geronimo.connector.work.pool
 

Methods in org.apache.geronimo.connector.work.pool with parameters of type WorkerContext
 void StartWorkExecutor.doExecute(WorkerContext work, org.apache.geronimo.pool.GeronimoExecutor executor)
           
 void SyncWorkExecutor.doExecute(WorkerContext work, org.apache.geronimo.pool.GeronimoExecutor executor)
           
 void ScheduleWorkExecutor.doExecute(WorkerContext work, org.apache.geronimo.pool.GeronimoExecutor executor)
           
 void WorkExecutor.doExecute(WorkerContext work, org.apache.geronimo.pool.GeronimoExecutor executor)
          This method must be implemented by sub-classes in order to provide the relevant synchronization policy.
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.