Uses of Class
org.springframework.jndi.JndiLocatorSupport
Packages that use JndiLocatorSupport
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.
Support classes for JNDI usage,
including a JNDI-based BeanFactory implementation.
-
Uses of JndiLocatorSupport in org.springframework.jndi
Subclasses of JndiLocatorSupport in org.springframework.jndiModifier and TypeClassDescriptionclassJndiLocatorSupportsubclass with public lookup methods, for convenient use as a delegate.classFactoryBeanthat looks up a JNDI object.classConvenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.classAOPTargetSourcethat provides configurable JNDI lookups forgetTarget()calls. -
Uses of JndiLocatorSupport in org.springframework.jndi.support
Subclasses of JndiLocatorSupport in org.springframework.jndi.supportModifier and TypeClassDescriptionclassSimple JNDI-based implementation of Spring'sBeanFactoryinterface.