spring-framework / org.springframework.jndi / JndiPropertySource / <init>

<init>

JndiPropertySource(name: String)

Create a new JndiPropertySource with the given name and a JndiLocatorDelegate configured to prefix any names with "java:comp/env/".

JndiPropertySource(name: String, jndiLocator: JndiLocatorDelegate)

Create a new JndiPropertySource with the given name and the given JndiLocatorDelegate.