org.apache.commons.dbcp
Class BasicDataSourceFactory

java.lang.Object
  |
  +--org.apache.commons.dbcp.BasicDataSourceFactory
All Implemented Interfaces:
javax.naming.spi.ObjectFactory

public class BasicDataSourceFactory
extends java.lang.Object
implements javax.naming.spi.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.3 $ $Date: 2002/06/21 21:56:13 $
Author:
Craig R. McClanahan

Constructor Summary
BasicDataSourceFactory()
           
 
Method Summary
 java.lang.Object getObjectInstance(java.lang.Object obj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable environment)
          Create and return a new BasicDataSource instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicDataSourceFactory

public BasicDataSourceFactory()
Method Detail

getObjectInstance

public java.lang.Object getObjectInstance(java.lang.Object obj,
                                          javax.naming.Name name,
                                          javax.naming.Context nameCtx,
                                          java.util.Hashtable environment)
                                   throws java.lang.Exception

Create and return a new BasicDataSource instance. If no instance can be created, return null instead.

Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
Parameters:
obj - The possibly null object containing location or reference information that can be used in creating an object
name - The name of this object relative to nameCtx
environment - The possibly null environment that is used in creating this object
Throws:
java.lang.Exception - if an exception occurs creating the instance


Copyright © 2001 Apache Software Foundation. Documenation generated August 12 2002.