Package | Description |
---|---|
javax.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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.