javax.resource.cci |
|
Java Source File Name | Type | Comment |
Connection.java | Interface | The Connection provides a handle for use by the application to access an
underlying physical connection. |
ConnectionFactory.java | Interface | The ConnectionFactory provides an interface for getting a Connection from
the Resource adapter. |
ConnectionMetaData.java | Interface | The ConnectionMetaData provides information about the underlying resources
for the connection. |
ConnectionSpec.java | Interface | 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.
The ConnectionSpec interface should be implemented as a JavaBean in order
for ease of tool support.
A standard set of properties are defined in the specification. |
IndexedRecord.java | Interface | The IndexedRecord interface is used for list oriented representations of the
Record elements. |
Interaction.java | Interface | The Interaction enables a component to execute functions on the underlying
resource. |
InteractionSpec.java | Interface | An InteractionSpec holds properties for use by an Interaction in order to
execute a function on the underlying resource. |
LocalTransaction.java | Interface | The LocalTransaction interface is the transaction demarcation interface for
transactions local to the resource manager. |
MappedRecord.java | Interface | The MappedRecord interface is used for key-value map based representation of
the Record elements. |
MessageListener.java | Interface | |
Record.java | Interface | The Record interface is the base interface for representing input and output
for an Interaction. |
RecordFactory.java | Interface | The RecordFactory interface is used for creating MappedRecord and
IndexedRecord instances. |
ResourceAdapterMetaData.java | Interface | The ResourceAdaptetMetaData provides information about the resource adapters
implementation. |
ResourceWarning.java | Class | ResourceWarning provides information on warnings generated by the underlying
resource. |
ResultSet.java | Interface | A ResultSet represents tabular data returned from the underlying resource by
the execution of an interaction. |
ResultSetInfo.java | Interface | The interface ResultSetInfo provides information on the support for the
ResultSet interface by an underlying resource. |
Streamable.java | Interface | The Streamable interface allows a resource adapter to interact with a Record
as a stream of bytes. |