Name

Package javax.resource

Synopsis

The javax.resource package and sub-packages are the Java interfaces for the Java Connector API (JCA). The JCA provides a standard approach to interfacing with enterprise information systems (EISs) such as enterprise resource planning systems, transaction-processing servers, and other systems. Each resource must have a JCA resource adapter associated with it in order for an application to connect to it using JCA.

The JCA includes both a common client interface (CCI), in the javax.resource.cci package, and a service provider interface (SPI) for implementing resource adaptors, etc., in the javax.resource.spi package.

Interfaces

  • Referenceable

Exceptions

  • ResourceException

    • NotSupportedException

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.