IBM WebSphere Application ServerTM
Release 6

Package  com.ibm.websphere.rsadapter

Interface Summary
WSConnectionInterface which enables an application to call certain methods on a connection.
WSRdbRecord

This interface extends from javax.resource.cci.Record.

WSDataSourceInterface which enables an application to provide additional parameters when requesting a Connection.
Reassociateable

Enables a Connection handle to support handle reassociation.

JDBCConnectionSpec

A ConnectionSpec interface provided for JDBC users to specify additional Connection properties on getConnection.

WSConnectionSpec

A ConnectionSpec interface provided for applications using the javax.resource.cci interfaces to specify Connection properties available on the WebSphere Relational Resource Adapter.

WSCciConnectionSpec

A ConnectionSpec interface provided for applications using the javax.resource.cci interfaces to specify Connection properties available on the WebSphere Relational Resource Adapter.

WSNativeConnectionAccessorThis WSNativeConnectionAccessor interface provides a conduit for the WebSphere ResourceAdapter CCI function to access the Native Connection.
HandleStatesThis class contains general handle state constants used by the Reassociateable interface and some of the WebSphere JDBC and CCI objects.
WSInteractionSpecAn InteractionSpec holds properties for driving an Interaction with a backend store instance.
DataAccessFunctionSetThis DataAccessFunctionSet interface provides a capability for an Interaction to execute functions on a datastore instance.
DataStoreHelper

The DataStoreHelper interface allows users to plug in datastore-specific functionality required by the Relational Resource Adapter runtime.

BeginnableEnables the call of an explicit begin on a JDBC Connection.

Class Summary
DerbyNetworkServerDataStoreHelperDerbyNetworkServerDataStoreHelper is a DataStoreHelper implementation customized for the Derby database when running using the Derby NetworkServer framework.
DerbyDataStoreHelperDerbyDataStoreHelper is a DataStoreHelper implementation customized for the Derby database.
ProxyDSDataStoreHelperThis data store helper is used for Proxy DataSource.
ProxyDataSourceThis class is used to configure the Proxy DataSource.
Oracle10gDataStoreHelperOracle10gDataStoreHelper is a DataStoreHelper implementation customized for the Oracle 10g database, it extends OracleDataStoreHelper.
WSSystemMonitorThis class allows users to collect system monitoring data for a datbase connection.
WSRRAFactoryA factory class provided for creating objects used with the WebSphere Relational Resource Adapter.
WSConnectJDBCDataStoreHelperWSConnectJDBCDataStoreHelper is a DataStoreHelper implementation customized for the WebSphere embedded Connect JDBC driver.
WSCallHelperProvides static methods for invoking non-standard methods on objects wrapped by WebSphere.
SybaseDataStoreHelperSybaseDataStoreHelper is a DataStoreHelper implementation customized for the Sybase database.
Sybase11DataStoreHelperSybase11DataStoreHelper is a DataStoreHelper implementation customized for Sybase 11.9.2.
SequeLinkDataStoreHelperSequeLinkDataStoreHelper is a DataStoreHelper implementation customized for the SequeLink JDBC driver.
OracleDataStoreHelperOracleDataStoreHelper is a DataStoreHelper implementation customized for the Oracle database.
MSSQLDataStoreHelperMSSQLDataStoreHelper is used internally by other WebSphere-provided DataStoreHelper implementations.
JdbcAccessorImplThis class provides a conduit for the WebSphere ResourceAdapter CCI function to access the Native Connection.
InformixDataStoreHelperInformixDataStoreHelper is a DataStoreHelper implementation customized for the Informix database.
DB2UniversalDataStoreHelperDB2UniversalDataStoreHelper is a DataStoreHelper implementation customized for the DB2 Universal JDBC driver.
DB2AS400DataStoreHelperDB2AS400DataStoreHelper is a DataStoreHelper implementation customized for DB2 on iSeries.
DB2390LocalDataStoreHelper

DB2390LocalDataStoreHelper is a DataStoreHelper implementation customized for the DB2 database on zSeries, running locally on the same system so as to take advantage of RRS.

DB2DataStoreHelperDB2DataStoreHelper is a DataStoreHelper implementation customized for the DB2 legacy CLI-based JDBC driver.
DB2390DataStoreHelper- Please use the DB2DataStoreHelper or DB2UniversalDataStoreHelper class instead of this class.
DataDirectDataStoreHelper

DataDirectDataStoreHelper is a DataStoreHelper implementation customized for JDBC drivers developed by DataDirect Technologies.

ConnectJDBCDataStoreHelperConnectJDBCDataStoreHelper is a DataStoreHelper implementation customized for the Microsoft JDBC driver for MS SQL Server 2000 and the unbranded Connect JDBC driver.
CloudscapeNetworkServerDataStoreHelperCloudscapeNetworkServerDataStoreHelper is a DataStoreHelper implementation customized for the Cloudscape database when running using the Cloudscape NetworkServer framework.
DataStoreHelperMetaDataThis class provides metadata information for DataStoreHelpers.
GenericDataStoreHelperGenericDataStoreHelper is a general DataStoreHelper implementation for databases and JDBC drivers fully compliant with SQL-99, X/OPEN, and JDBC.
CloudscapeDataStoreHelperCloudscapeDataStoreHelper is a DataStoreHelper implementation customized for the Cloudscape database.



Package Description

This package contains externalised Interfaces and implementation classes. The classes may be extended if desired or new classes can be created for the users convenience. A typical scenario would be use of the DataStoreHelper interface to create new helpers. Another would be the sub classing of existing helpers to fine tune them to user needs.


IBM WebSphere Application ServerTM
Release 6