IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.rsadapter
Class WSRRAFactory

java.lang.Object
  extended by com.ibm.websphere.rsadapter.WSRRAFactory

public class WSRRAFactory
extends java.lang.Object

A factory class provided for creating objects used with the WebSphere Relational Resource Adapter.


Constructor Summary
WSRRAFactory()
           
 
Method Summary
static JDBCConnectionSpec createJDBCConnectionSpec()
          Creates a JDBCConnectionSpec, which allows an application to specify additional parameters, such as type map or isolation level, when requesting a JDBC Connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSRRAFactory

public WSRRAFactory()
Method Detail

createJDBCConnectionSpec

public static JDBCConnectionSpec createJDBCConnectionSpec()
Creates a JDBCConnectionSpec, which allows an application to specify additional parameters, such as type map or isolation level, when requesting a JDBC Connection.

Returns:
a JDBCConnectionSpec.

IBM WebSphere Application ServerTM
Release 7