Uses of Class
org.springframework.jndi.JndiAccessor
Packages that use JndiAccessor
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 JndiAccessor in org.springframework.jndiSubclasses of JndiAccessor in org.springframework.jndiModifier and TypeClassDescriptionclassJndiLocatorSupportsubclass with public lookup methods, for convenient use as a delegate.classConvenient superclass for classes that can locate any number of JNDI objects.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 JndiAccessor in org.springframework.jndi.supportSubclasses of JndiAccessor in org.springframework.jndi.supportModifier and TypeClassDescriptionclassSimple JNDI-based implementation of Spring'sBeanFactoryinterface.