IBM WebSphere Application ServerTM
Release 8

Package com.ibm.websphere.rsadapter

This package contains externalised Interfaces and implementation classes.

See:
          Description

Interface Summary
Beginnable Enables the call of an explicit begin on a JDBC Connection.
DataAccessFunctionSet This 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.
HandleStates This class contains general handle state constants used by the Reassociateable interface and some of the WebSphere JDBC and CCI objects.
JDBCConnectionSpec A ConnectionSpec interface provided for JDBC users to specify additional Connection properties on getConnection.
Reassociateable Enables a Connection handle to support handle reassociation.
WSCciConnectionSpec A ConnectionSpec interface provided for applications using the javax.resource.cci interfaces to specify Connection properties available on the WebSphere Relational Resource Adapter.
WSConnection Interface which enables an application to call certain methods on a connection.
WSConnectionSpec A ConnectionSpec interface provided for applications using the javax.resource.cci interfaces to specify Connection properties available on the WebSphere Relational Resource Adapter.
WSDataSource Interface for data sources that are managed by WebSphere Application Server.
WSInteractionSpec An InteractionSpec holds properties for driving an Interaction with a backend store instance.
WSNativeConnectionAccessor Deprecated. This interface will likely be removed in a future release.
WSRdbRecord This interface extends from javax.resource.cci.Record.
 

Class Summary
CloudscapeDataStoreHelper Deprecated. use com.ibm.websphere.rsadapter.DerbyDataStoreHelper
CloudscapeNetworkServerDataStoreHelper Deprecated. use com.ibm.websphere.rsadapter.DerbyNetworkServerDataStoreHelper
ConnectJDBCDataStoreHelper ConnectJDBCDataStoreHelper is a DataStoreHelper implementation customized for the DataDirect Technologies Connect JDBC driver.
DataStoreHelperMetaData This class provides metadata information for DataStoreHelpers.
DB2390DataStoreHelper Deprecated. - Please use the DB2DataStoreHelper or DB2UniversalDataStoreHelper class instead of this class.
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.
DB2AS400DataStoreHelper DB2AS400DataStoreHelper is a DataStoreHelper implementation customized for DB2 on iSeries.
DB2DataStoreHelper DB2DataStoreHelper is a DataStoreHelper implementation customized for the DB2 legacy CLI-based JDBC driver.
DB2UniversalDataStoreHelper DB2UniversalDataStoreHelper is a DataStoreHelper implementation customized for the DB2 Universal JDBC driver.
DerbyDataStoreHelper DerbyDataStoreHelper is a DataStoreHelper implementation customized for the Derby database.
DerbyNetworkServerDataStoreHelper DerbyNetworkServerDataStoreHelper is a DataStoreHelper implementation customized for the Derby database when running using the Derby NetworkServer framework.
GenericDataStoreHelper GenericDataStoreHelper is a general DataStoreHelper implementation for databases and JDBC drivers fully compliant with SQL-99, X/OPEN, and JDBC.
InformixDataStoreHelper InformixDataStoreHelper is a DataStoreHelper implementation customized for the Informix database.
InformixJccDataStoreHelper InformixJccDataStoreHelper is a DataStoreHelper implementation customized for the Informix database when used with the IBM Data Server Driver for JDBC or the Informix JCC Driver.
JdbcAccessorImpl Deprecated. This class will likely be removed in a future release.
MicrosoftSQLServerDataStoreHelper MicrosoftSQLServerDataStoreHelper is provided as an implementation of the DataStoreHelper interface to enable connectivity to Microsoft SQL Server via the Microsoft SQL Server JDBC Driver.
Oracle10gDataStoreHelper Deprecated. This class will be removed in a future release.
Oracle11gDataStoreHelper Oracle11gDataStoreHelper is a DataStoreHelper implementation customized for the Oracle 11g database.
OracleDataStoreHelper Deprecated. This class will be removed in a future release.
ProxyDataSource This class is used to configure the Proxy DataSource.
ProxyDSDataStoreHelper This data store helper is used for Proxy DataSource.
Sybase11DataStoreHelper Sybase11DataStoreHelper is a DataStoreHelper implementation customized for Sybase 11.9.2.
SybaseDataStoreHelper SybaseDataStoreHelper is a DataStoreHelper implementation customized for the Sybase database.
WSCallHelper Provides static methods for invoking non-standard methods on objects wrapped by WebSphere.
WSRRAFactory A factory class provided for creating objects used with the WebSphere Relational Resource Adapter.
WSSystemMonitor This class allows users to collect system monitoring data for a datbase connection.
 

Package com.ibm.websphere.rsadapter 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.

Version:
2.0.0

IBM WebSphere Application ServerTM
Release 8