Uses of Class
jakarta.resource.spi.work.WorkEvent
Packages that use WorkEvent
Package
Description
This package contains APIs for the Work Management, Generic and Security Work Context contracts.
-
Uses of WorkEvent in jakarta.resource.spi.work
Methods in jakarta.resource.spi.work with parameters of type WorkEventModifier and TypeMethodDescriptionvoidWorkAdapter.workAccepted(WorkEvent e) Invoked when aWorkinstance has been accepted.voidWorkListener.workAccepted(WorkEvent e) Invoked when aWorkinstance has been accepted.voidWorkAdapter.workCompleted(WorkEvent e) Invoked when aWorkinstance has completed execution.voidWorkListener.workCompleted(WorkEvent e) Invoked when aWorkinstance has completed execution.voidWorkAdapter.workRejected(WorkEvent e) Invoked when aWorkinstance has been rejected.voidWorkListener.workRejected(WorkEvent e) Invoked when aWorkinstance has been rejected.voidWorkAdapter.workStarted(WorkEvent e) Invoked when aWorkinstance has started execution.voidWorkListener.workStarted(WorkEvent e) Invoked when aWorkinstance has started execution.