org.apache.commons.dbcp.datasources
Class PerUserPoolDataSourceFactory

java.lang.Object
  extended by org.apache.commons.dbcp.datasources.PerUserPoolDataSourceFactory
All Implemented Interfaces:
ObjectFactory

public class PerUserPoolDataSourceFactory
extends Object

A JNDI ObjectFactory which creates SharedPoolDataSources

Version:
$Revision: 892307 $ $Date: 2013-12-31 23:27:28 +0000 (Tue, 31 Dec 2013) $

Constructor Summary
PerUserPoolDataSourceFactory()
           
 
Method Summary
static void closeAll()
          Close all pools associated with this class.
protected static Object deserialize(byte[] data)
          used to set some properties saved within a Reference
protected  InstanceKeyDataSource getNewInstance(Reference ref)
          Creates an instance of the subclass and sets any properties contained in the Reference.
 Object getObjectInstance(Object refObj, Name name, Context context, Hashtable env)
          implements ObjectFactory to create an instance of SharedPoolDataSource or PerUserPoolDataSource
protected  boolean isCorrectClass(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerUserPoolDataSourceFactory

public PerUserPoolDataSourceFactory()
Method Detail

isCorrectClass

protected boolean isCorrectClass(String className)
Returns:
true if and only if className is the value returned from getClass().getName().toString()

getNewInstance

protected InstanceKeyDataSource getNewInstance(Reference ref)
                                        throws IOException,
                                               ClassNotFoundException
Creates an instance of the subclass and sets any properties contained in the Reference.

Throws:
IOException
ClassNotFoundException

closeAll

public static void closeAll()
                     throws Exception
Close all pools associated with this class.

Throws:
Exception

getObjectInstance

public Object getObjectInstance(Object refObj,
                                Name name,
                                Context context,
                                Hashtable env)
                         throws IOException,
                                ClassNotFoundException
implements ObjectFactory to create an instance of SharedPoolDataSource or PerUserPoolDataSource

Specified by:
getObjectInstance in interface ObjectFactory
Throws:
IOException
ClassNotFoundException

deserialize

protected static final Object deserialize(byte[] data)
                                   throws IOException,
                                          ClassNotFoundException
used to set some properties saved within a Reference

Throws:
IOException
ClassNotFoundException


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.