Kodo 4.2.0. generated on July 28 2008

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. generated on July 28 2008

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.