Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.datasource
Class BasicManagedDataSourceFactory

java.lang.Object
  extended by org.nuxeo.runtime.datasource.BasicManagedDataSourceFactory
All Implemented Interfaces:
javax.naming.spi.ObjectFactory

public class BasicManagedDataSourceFactory
extends java.lang.Object
implements javax.naming.spi.ObjectFactory

JNDI object factory for DBCP that creates an instance of BasicManagedDataSource that has been configured based on the RefAddr values of the specified Reference, which must match the names and data types of the BasicManagedDataSource bean properties.

Author:
Craig R. McClanahan, Dirk Verbeeck, Florent Guillaume

Field Summary
static java.lang.String PROP_XADATASOURCE
           
 
Constructor Summary
BasicManagedDataSourceFactory()
           
 
Method Summary
static javax.sql.DataSource createDataSource(java.util.Properties properties)
          Creates and configures a BasicManagedDataSource instance based on the given properties.
 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 BasicManagedDataSource instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_XADATASOURCE

public static final java.lang.String PROP_XADATASOURCE
See Also:
Constant Field Values
Constructor Detail

BasicManagedDataSourceFactory

public BasicManagedDataSourceFactory()
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 BasicManagedDataSource 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
nameCtx - The context relative to which the name parameter is specified, or null if name is relative to the default initial context
environment - The possibly null environment that is used in creating this object
Throws:
java.lang.Exception - if an exception occurs creating the instance

createDataSource

public static javax.sql.DataSource createDataSource(java.util.Properties properties)
                                             throws java.lang.Exception
Creates and configures a BasicManagedDataSource instance based on the given properties.

Parameters:
properties - the datasource configuration properties
Throws:
java.lang.Exception - if an error occurs creating the data source

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.