Uses of Class
org.springframework.jndi.JndiLocatorDelegate
Package
Description
The classes in this package make JNDI easier to use,
facilitating the accessing of configuration stored in JNDI,
and provide useful superclasses for JNDI access classes.
-
Uses of JndiLocatorDelegate in org.springframework.jndi
Modifier and TypeMethodDescriptionstatic JndiLocatorDelegate
JndiLocatorDelegate.createDefaultResourceRefLocator()
Configure aJndiLocatorDelegate
with its "resourceRef" property set totrue
, meaning that all names will be prefixed with "java:comp/env/".ModifierConstructorDescriptionJndiPropertySource
(String name, JndiLocatorDelegate jndiLocator) Create a newJndiPropertySource
with the given name and the givenJndiLocatorDelegate
.