| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| WorkManager
This interface models a
WorkManager which provides a facility
to submit Work instances for execution. |
| Class and Description |
|---|
| 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. |
Copyright © 2013. All Rights Reserved.