Class DataSourceFinder


  • public class DataSourceFinder
    extends Object
    Utility class to locate DataSources from a JNDI tree
    • 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