Class JndiDataSourceLookup

java.lang.Object
org.springframework.jndi.JndiAccessor
org.springframework.jndi.JndiLocatorSupport
org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup
All Implemented Interfaces:
DataSourceLookup

public class JndiDataSourceLookup extends org.springframework.jndi.JndiLocatorSupport implements DataSourceLookup
JNDI-based DataSourceLookup implementation.

For specific JNDI configuration, it is recommended to configure the "jndiEnvironment"/"jndiTemplate" properties.

Since:
2.0
Author:
Costin Leau, Juergen Hoeller
See Also:
  • JndiAccessor.setJndiEnvironment(java.util.Properties)
  • JndiAccessor.setJndiTemplate(org.springframework.jndi.JndiTemplate)
  • Field Summary

    Fields inherited from class org.springframework.jndi.JndiLocatorSupport

    CONTAINER_PREFIX

    Fields inherited from class org.springframework.jndi.JndiAccessor

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getDataSource(String dataSourceName)
    Retrieve the DataSource identified by the given name.

    Methods inherited from class org.springframework.jndi.JndiLocatorSupport

    convertJndiName, isResourceRef, lookup, lookup, setResourceRef

    Methods inherited from class org.springframework.jndi.JndiAccessor

    getJndiEnvironment, getJndiTemplate, setJndiEnvironment, setJndiTemplate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait