org.apache.openejb.resource.jdbc
Class DataSourceFactory
java.lang.Object
org.apache.openejb.resource.jdbc.DataSourceFactory
public class DataSourceFactory
- extends Object
- Version:
- $Rev: 1176572 $ $Date: 2011-09-27 19:47:59 +0000 (Tue, 27 Sep 2011) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSourceFactory
public DataSourceFactory()
create
public static DataSource create(boolean managed,
Class impl,
String definition)
throws IllegalAccessException,
InstantiationException,
IOException
- Throws:
IllegalAccessException
InstantiationException
IOException
trimNotSupportedDataSourceProperties
public static void trimNotSupportedDataSourceProperties(Properties properties)
create
public static DataSource create(boolean managed)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.