Home » jboss-jca-api-sources » javax » resource » spi » work »

javax.resource.spi.work

Interfaces:

Work   Work submitted to a work manager  code | html
WorkListener   Listens to events on work  code | html
WorkManager   Interface used to associate the resource adapter with objects that implement this interface.  code | html

Classes:

ExecutionContext   An execution context provides context information for work, e.g.  code | html
WorkAdapter   A helper for work listener implementations  code | html
WorkCompletedException   An error thrown when work is completed.  code | html
WorkEvent   Events that occur on work  code | html
WorkException   Thrown when there is an error handling work.  code | html
WorkRejectedException   Thrown when a work is rejected.  code | html

All Test Cases:

ExecutionContextTest     code | html
WorkEventTest     code | html
WorkExceptionTest     code | html