com.ibm.websphere.rsadapter

Class WSRRAFactory

  1. java.lang.Object
  2. extended bycom.ibm.websphere.rsadapter.WSRRAFactory

  1. public class WSRRAFactory
  2. extends java.lang.Object
A factory class provided for creating objects used with the WebSphere Relational Resource Adapter.

Constructor Summary

Constructor and Description
WSRRAFactory()

Method Summary

Modifier and Type Method and Description
  1. static
  2. 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

  1. public WSRRAFactory()

Method Detail

createJDBCConnectionSpec

  1. 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.