Kodo 4.2.0. (DEPRECATED)

kodo.jdbc.schema
Class KodoPoolingDataSource

java.lang.Object
  extended by PoolingDataSource
      extended by kodo.jdbc.schema.KodoPoolingDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource, DriverDataSource, Configurable

public class KodoPoolingDataSource
extends PoolingDataSource
implements DriverDataSource, Configurable

A PoolingDataSource that provides a generic configuration implementation.


Constructor Summary
KodoPoolingDataSource()
           
 
Method Summary
 List createConnectionDecorators()
           
 void endConfiguration()
           
 Properties getConnectionFactoryProperties()
           
 void initDBDictionary(DBDictionary dict)
           
 void setConfiguration(Configuration conf)
           
 void setConnectionFactoryProperties(Properties props)
           
 void startConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.openjpa.jdbc.schema.DriverDataSource
getClassLoader, getConnectionDriverName, getConnectionProperties, getConnectionURL, getConnectionUserName, setClassLoader, setConnectionDriverName, setConnectionPassword, setConnectionProperties, setConnectionURL, setConnectionUserName
 
Methods inherited from interface javax.sql.DataSource
getConnection, getConnection
 
Methods inherited from interface javax.sql.CommonDataSource
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
 

Constructor Detail

KodoPoolingDataSource

public KodoPoolingDataSource()
Method Detail

setConnectionFactoryProperties

public void setConnectionFactoryProperties(Properties props)
Specified by:
setConnectionFactoryProperties in interface DriverDataSource

getConnectionFactoryProperties

public Properties getConnectionFactoryProperties()
Specified by:
getConnectionFactoryProperties in interface DriverDataSource

startConfiguration

public void startConfiguration()
Specified by:
startConfiguration in interface Configurable

endConfiguration

public void endConfiguration()
Specified by:
endConfiguration in interface Configurable

setConfiguration

public void setConfiguration(Configuration conf)
Specified by:
setConfiguration in interface Configurable

createConnectionDecorators

public List createConnectionDecorators()
Specified by:
createConnectionDecorators in interface DriverDataSource

initDBDictionary

public void initDBDictionary(DBDictionary dict)
Specified by:
initDBDictionary in interface DriverDataSource

Kodo 4.2.0. (DEPRECATED)

Copyright 2011 Oracle, Inc. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Oracle Kodo 4.2.0 API Reference (DEPRECATED)
11g Release 1 (10.3.6)
Part Number E13950-02