Uses of Class
jakarta.resource.spi.work.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
Modifier and TypeMethodDescriptionvoid
WorkAdapter.workAccepted
(WorkEvent e) Invoked when aWork
instance has been accepted.void
WorkListener.workAccepted
(WorkEvent e) Invoked when aWork
instance has been accepted.void
WorkAdapter.workCompleted
(WorkEvent e) Invoked when aWork
instance has completed execution.void
WorkListener.workCompleted
(WorkEvent e) Invoked when aWork
instance has completed execution.void
WorkAdapter.workRejected
(WorkEvent e) Invoked when aWork
instance has been rejected.void
WorkListener.workRejected
(WorkEvent e) Invoked when aWork
instance has been rejected.void
WorkAdapter.workStarted
(WorkEvent e) Invoked when aWork
instance has started execution.void
WorkListener.workStarted
(WorkEvent e) Invoked when aWork
instance has started execution.