Uses of Interface
jakarta.resource.spi.work.WorkListener
Packages that use WorkListener
Package
Description
This package contains APIs for the Work Management, Generic and Security Work Context contracts.
-
Uses of WorkListener in jakarta.resource.spi.work
Classes in jakarta.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 jakarta.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.