Chapter 2. Adapter basics 47
– javax.resource.spi.ResourceAllocationException
– javax.resource.spi.SecurityException
– javax.resource.spi.SharingViolationException
– javax.resource.spi.UnavailableExceptionjavax.resource.spi.work.WorkComp
letedException
– javax.resource.spi.work.WorkException
– javax.resource.spi.work.WorkRejectedException
2.2.3 Resource adapter packaging
Resource adapter modules contain the necessary files to provide connectivity
and interaction between application component, application server and EIS.
Typically, the resource adapter contain the following files:
Java classes and interfaces that implement the EIS side of JCA specification
(the resource adapter)
These files are packaged in a JAR file.
Any dependent libraries required ...