| Package | Description |
|---|---|
| javax.resource.cci |
J2EE Connector API - Common Client Interface.
|
| Class and Description |
|---|
| Connection
The Connection provides a handle for use by the application to access an
underlying physical connection.
|
| ConnectionMetaData
The ConnectionMetaData provides information about the underlying resources
for the connection.
|
| ConnectionSpec
An ConnectionSpec holds connection specific properties for use by a
ConnectionFactory in creating a Connection.n Connection in order to execute
a function on the underlying resource.
|
| IndexedRecord
The IndexedRecord interface is used for list oriented representations of the
Record elements.
|
| Interaction
The Interaction enables a component to execute functions on the underlying
resource.
|
| InteractionSpec
An InteractionSpec holds properties for use by an Interaction in order to
execute a function on the underlying resource.
|
| LocalTransaction
The LocalTransaction interface is the transaction demarcation interface for
transactions local to the resource manager.
|
| MappedRecord
The MappedRecord interface is used for key-value map based representation of
the Record elements.
|
| Record
The Record interface is the base interface for representing input and output
for an Interaction.
|
| RecordFactory
The RecordFactory interface is used for creating MappedRecord and
IndexedRecord instances.
|
| ResourceAdapterMetaData
The ResourceAdaptetMetaData provides information about the resource adapters
implementation.
|
| ResourceWarning
ResourceWarning provides information on warnings generated by the underlying
resource.
|
| ResultSetInfo
The interface ResultSetInfo provides information on the support for the
ResultSet interface by an underlying resource.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.