Uses of Class
javax.resource.spi.work.WorkEvent
Packages that use WorkEvent
Package
Description
This package contains APIs for the Work Management, Generic Work and Security Work contracts.
-
Uses of WorkEvent in javax.resource.spi.work
Methods in javax.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.