Connector Architecture 1.6 API 1.0.0.Final

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

Packages that use WorkListener
javax.resource.spi.work This package contains APIs for the Work Management, Generic Work and Security Work contracts. 
 

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.
 


Connector Architecture 1.6 API 1.0.0.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.