|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use javax.resource.spi.work | |
javax.resource.spi | The javax.resource.spi package contains APIs for the system contracts defined in the J2EE Connector Architecture specification. |
javax.resource.spi.work | This package contains APIs for the work management contract. |
Classes in javax.resource.spi.work used by javax.resource.spi | |
WorkManager
This interface models a WorkManager which provides a facility
to submit Work instances for execution. |
Classes in javax.resource.spi.work used by javax.resource.spi.work | |
ExecutionContext
This class models an execution context (transaction, security, etc) with which the Work instance must be executed. |
|
Work
This models a Work instance that would be executed by a
WorkManager upon submission. |
|
WorkEvent
This class models the various events that occur during the processing of a Work instance. |
|
WorkException
A common base class for all Work processing related exceptions. |
|
WorkListener
This models a WorkListener instance which would be notified
by the WorkManager when the various Work
processing events (work accepted, work rejected, work started,
work completed) occur. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |