|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkListener | |
javax.resource.spi.work | This package contains APIs for the work management contract. |
Uses of WorkListener in javax.resource.spi.work |
Classes in javax.resource.spi.work that implement WorkListener | |
class |
WorkAdapter
This class is provided as a convenience for easily creating WorkListener instances by extending this class
and overriding only those methods of interest. |
Methods in javax.resource.spi.work with parameters of type WorkListener | |
void |
WorkManager.doWork(Work work,
long startTimeout,
ExecutionContext execContext,
WorkListener workListener)
Accepts a Work instance for processing. |
long |
WorkManager.startWork(Work work,
long startTimeout,
ExecutionContext execContext,
WorkListener workListener)
Accepts a Work instance for processing. |
void |
WorkManager.scheduleWork(Work work,
long startTimeout,
ExecutionContext execContext,
WorkListener workListener)
Accepts a Work instance for processing. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |