org.apache.commons.dbcp
Class BasicDataSourceFactory
java.lang.Object
|
+--org.apache.commons.dbcp.BasicDataSourceFactory
- All Implemented Interfaces:
- ObjectFactory
- public class BasicDataSourceFactory
- extends Object
- 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.
- Version:
- $Revision: 1.12 $ $Date: 2003/10/09 21:04:44 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicDataSourceFactory
public BasicDataSourceFactory()
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.
- Specified by:
getObjectInstance in interface ObjectFactory
- Parameters:
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 nameCtxenvironment - The possibly null environment that is used in
creating this object
- Throws:
Exception - if an exception occurs creating the instance
Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.