org.apache.commons.dbcp
Class BasicDataSourceFactory
- ObjectFactory
public class BasicDataSourceFactory
implements ObjectFactory
JNDI object factory that creates an instance of
BasicDataSource
that has been configured based on the
RefAddr
values of the specified Reference
,
which must match the names and data types of the
BasicDataSource
bean properties.
$Revision: 1.15 $ $Date: 2004/02/28 11:48:04 $- Craig R. McClanahan
- Dirk Verbeeck
static DataSource | createDataSource(Properties properties) - Creates and configures a BasicDataSource instance based on the
given properties.
|
Object | getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment) - Create and return a new
BasicDataSource instance.
|
createDataSource
public static DataSource createDataSource(Properties properties)
throws Exception
Creates and configures a BasicDataSource instance based on the
given properties.
getObjectInstance
public Object getObjectInstance(Object obj,
Name name,
Context nameCtx,
Hashtable environment)
throws Exception
Create and return a new BasicDataSource
instance. If no
instance can be created, return null
instead.
obj
- The possibly null object containing location or
reference information that can be used in creating an objectname
- The name of this object relative to nameCtx
environment
- The possibly null environment that is used in
creating this object
Copyright © 2001-2003 Apache Software Foundation. Documenation generated October 24 2007.