com.ibm.websphere.rsadapter
Class WSRRAFactory
- java.lang.Object
com.ibm.websphere.rsadapter.WSRRAFactory
- public class WSRRAFactory
- extends java.lang.Object
Constructor Summary
Constructor and Description |
---|
WSRRAFactory()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
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.