| Package | Description | 
|---|---|
| jakarta.resource.spi.work | 
 This package contains APIs for the Work Management, Generic and Security Work Context contracts. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WorkListener.workAccepted(WorkEvent e)
Invoked when a  
Work instance has been accepted. | 
void | 
WorkAdapter.workAccepted(WorkEvent e)
Invoked when a  
Work instance has been accepted. | 
void | 
WorkListener.workCompleted(WorkEvent e)
Invoked when a  
Work instance has completed execution. | 
void | 
WorkAdapter.workCompleted(WorkEvent e)
Invoked when a  
Work instance has completed execution. | 
void | 
WorkListener.workRejected(WorkEvent e)
Invoked when a  
Work instance has been rejected. | 
void | 
WorkAdapter.workRejected(WorkEvent e)
Invoked when a  
Work instance has been rejected. | 
void | 
WorkListener.workStarted(WorkEvent e)
Invoked when a  
Work instance has started execution. | 
void | 
WorkAdapter.workStarted(WorkEvent e)
Invoked when a  
Work instance has started execution. | 
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.