Package javax.resource.cci

The javax.resource.cci package contains API specification for the Common Client Interface (CCI).

See: Description

  • Interface Summary 
    Interface Description
    Connection
    A Connection represents an application-level handle that is used by a client to access the underlying physical connection.
    ConnectionFactory
    ConnectionFactory provides an interface for getting connection to an EIS instance.
    ConnectionMetaData
    The interface ConnectionMetaData provides information about an EIS instance connected through a Connection instance.
    ConnectionSpec
    ConnectionSpec is used by an application component to pass connection request-specific properties to the ConnectionFactory.
    IndexedRecord
    IndexedRecord represents an ordered collection of record elements based on the java.util.List interface.
    Interaction
    The javax.resource.cci.Interaction enables a component to execute EIS functions.
    InteractionSpec
    An InteractionSpec holds properties for driving an Interaction with an EIS instance.
    LocalTransaction
    The LocalTransaction defines a transaction demarcation interface for resource manager local transactions.
    MappedRecord
    The interface javax.resource.cci.MappedRecord is used for key-value map based representation of record elements.
    MessageListener
    This serves as a request-response message listener type that message endpoints (message-driven beans) may implement.
    Record
    The javax.resource.cci.Record interface is the base interface for the representation of an input or output to the execute methods defined on an Interaction.
    RecordFactory
    The RecordFactory interface is used for creating MappedRecord and IndexedRecord instances.
    ResourceAdapterMetaData
    The interface javax.resource.cci.ResourceAdapterMetaData provides information about capabilities of a resource adapter implementation.
    ResultSet
    A ResultSet represents tabular data that is retrieved from an EIS instance by the execution of an Interaction..
    ResultSetInfo
    The interface javax.resource.cci.ResultSetInfo provides information on the support provided for ResultSet by a connected EIS instance.
    Streamable
    Streamable interface enables a resource adapter to extract data from an input Record or set data into an output Record as a stream of bytes.

    javax.resource.cci (Java(TM) EE 7 Specification APIs) Home of API Java Contents Haut

  • Exception Summary 
    Exception Description
    ResourceWarning
    A ResourceWarning provides information on warnings related to execution of an interaction with an EIS.

    javax.resource.cci (Java(TM) EE 7 Specification APIs) Home of API Java Contents Haut

Package javax.resource.cci Description

The javax.resource.cci package contains API specification for the Common Client Interface (CCI).

Document created the 11/06/2005, last modified the 18/08/2025
Source of the printed document:https://www.gaudry.be/en/java-api-javaee-rf-javax/resource/cci/package-summary.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:fr Manuel PHP : https://docs.oracle.com, javax.resource.cci (Java(TM) EE 7 Specification APIs)

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author of this site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.