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

Packages that use WorkListener
javax.resource.spi.work J2EE Connector API - Work Management. 
 

Uses of WorkListener in javax.resource.spi.work
 

Classes in javax.resource.spi.work that implement WorkListener
 class WorkAdapter
          A helper for work listener implementations
 

Methods in javax.resource.spi.work with parameters of type WorkListener
 void WorkManager.doWork(Work work, long startTimeout, ExecutionContext ctx, WorkListener listener)
          Executes the work, the call blocks until the work completes
 void WorkManager.scheduleWork(Work work, long startTimeout, ExecutionContext ctx, WorkListener listener)
          Executes the work, the call returns immediately
 long WorkManager.startWork(Work work, long startTimeout, ExecutionContext ctx, WorkListener listener)
          Executes the work, the call blocks until the work starts
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.