Uses of Interface
jakarta.resource.spi.work.WorkListener
-
Packages that use WorkListener Package Description jakarta.resource.spi.work 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 WorkListener Modifier and Type Class Description classWorkAdapterThis 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 WorkListener Modifier and Type Method Description voidWorkManager. 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.
-