org.apache.synapse.commons.datasource
Class DataSourceFinder

java.lang.Object
  extended by org.apache.synapse.commons.datasource.DataSourceFinder

public class DataSourceFinder
extends Object

Utility class to locate DataSources from a JNDI tree


Constructor Summary
DataSourceFinder()
           
 
Method Summary
static DataSource find(String dsName, Context context)
          Find a DataSource using the given name and naming context
static DataSource find(String dsName, Properties jndiEnv)
          Find a DataSource using the given name and JNDI environment properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceFinder

public DataSourceFinder()
Method Detail

find

public static DataSource find(String dsName,
                              Properties jndiEnv)
Find a DataSource using the given name and JNDI environment properties

Parameters:
dsName - Name of the DataSource to be found
jndiEnv - JNDI environment properties
Returns:
DataSource if found , otherwise null

find

public static DataSource find(String dsName,
                              Context context)
Find a DataSource using the given name and naming context

Parameters:
dsName - Name of the DataSource to be found
context - Naming Context
Returns:
DataSource if found , otherwise null


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.