Uses of Package
jakarta.resource.cci
Packages that use jakarta.resource.cci
Package
Description
The jakarta.resource.cci package contains API specification for the Common
Client Interface (CCI).
-
Classes in jakarta.resource.cci used by jakarta.resource.cciClassDescriptionA Connection represents an application-level handle that is used by a client to access the underlying physical connection.The interface
ConnectionMetaDataprovides information about an EIS instance connected through a Connection instance.ConnectionSpec is used by an application component to pass connection request-specific properties to the ConnectionFactory.IndexedRecord represents an ordered collection of record elements based on thejava.util.Listinterface.Thejakarta.resource.cci.Interactionenables a component to execute EIS functions.An InteractionSpec holds properties for driving an Interaction with an EIS instance.The LocalTransaction defines a transaction demarcation interface for resource manager local transactions.The interfacejakarta.resource.cci.MappedRecordis used for key-value map based representation of record elements.Thejakarta.resource.cci.Recordinterface is the base interface for the representation of an input or output to the execute methods defined on an Interaction.The RecordFactory interface is used for creating MappedRecord and IndexedRecord instances.The interfacejakarta.resource.cci.ResourceAdapterMetaDataprovides information about capabilities of a resource adapter implementation.AResourceWarningprovides information on warnings related to execution of an interaction with an EIS.The interfacejakarta.resource.cci.ResultSetInfoprovides information on the support provided for ResultSet by a connected EIS instance.