Uses of Interface
javax.resource.spi.work.WorkListener

Packages that use WorkListener
javax.resource.spi.work   
 

Uses of WorkListener in javax.resource.spi.work
 

Classes in javax.resource.spi.work that implement WorkListener
 class WorkAdapter
          This class is provided as a convenience for easily creating WorkListener instances by extending this class and overriding only those methods of interest.
 

Methods in javax.resource.spi.work with parameters of type WorkListener
 void WorkManager.doWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)
          Accepts a Work instance for processing.
 void WorkManager.scheduleWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)
          Accepts a Work instance for processing.
 long WorkManager.startWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)
          Accepts a Work instance for processing.
 



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.