Uses of Interface
javax.resource.spi.work.WorkListener
Packages that use WorkListener
Package
Description
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 WorkListenerModifier and TypeClassDescriptionclassThis class is provided as a convenience for easily creatingWorkListenerinstances by extending this class and overriding only those methods of interest.Methods in javax.resource.spi.work with parameters of type WorkListenerModifier and TypeMethodDescriptionvoidWorkManager.doWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener) Accepts aWorkinstance for processing.voidWorkManager.scheduleWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener) Accepts aWorkinstance for processing.longWorkManager.startWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener) Accepts aWorkinstance for processing.