Uses of Interface
javax.resource.spi.work.WorkListener
-
Packages that use WorkListener Package Description 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 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 javax.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.
-