Kodo 4.1.4 generated on June 22 2007

kodo.jdbc.schema
Class KodoPoolingDataSource

java.lang.Object
  extended by com.solarmetric.jdbc.PoolingDataSource
      extended by kodo.jdbc.schema.KodoPoolingDataSource
All Implemented Interfaces:
DataSource, DriverDataSource, Configurable, Closeable

public class KodoPoolingDataSource
extends com.solarmetric.jdbc.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 com.solarmetric.jdbc.PoolingDataSource
close, getClassLoader, getConnection, getConnection, getConnectionDriverName, getConnectionPool, getConnectionProperties, getConnectionURL, getConnectionUserName, getDriver, getLoginTimeout, getLogs, getLogWriter, newConnection, setClassLoader, setConnectionDriverName, setConnectionPassword, setConnectionProperties, setConnectionURL, setConnectionUserName, setLoginTimeout, setLogWriter, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
 

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.1.4 generated on June 22 2007

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