|
Connector Architecture 1.6 API 1.0.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkListener | |
---|---|
javax.resource.spi.work | This package contains APIs for the Work Management, Generic Work and Security Work contracts. |
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. |
void |
WorkManager.scheduleWork(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. |
|
Connector Architecture 1.6 API 1.0.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |