Package javax.resource.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 interfaceConnectionMetaData
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 thejava.util.List
interface.Interaction Thejavax.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 interfacejavax.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 Thejavax.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 interfacejavax.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 interfacejavax.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. -
Exception Summary Exception Description ResourceWarning AResourceWarning
provides information on warnings related to execution of an interaction with an EIS.
Package javax.resource.cci Description
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
21/08/2025 14:29:47 Cette version de la page est en cache (à la date du 21/08/2025 14:29:47) afin d'accélérer le traitement.Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la version plus récente de la page.
Document créé le 07/10/2007, dernière modification le 18/08/2025
Source du document imprimé : https://www.gaudry.be/java-api-javaee-rf-javax/resource/cci/package-summary.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.