Uses of Class
org.springframework.jndi.JndiAccessor
Packages that use JndiAccessor
Package
Description
Provides a strategy for looking up JDBC DataSources by name.
Support classes for Spring's JMS framework.
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.jdbc.datasource.lookupSubclasses of JndiAccessor in org.springframework.jdbc.datasource.lookup
- 
Uses of JndiAccessor in org.springframework.jms.support.destinationSubclasses of JndiAccessor in org.springframework.jms.support.destinationModifier and TypeClassDescriptionclassDestinationResolverimplementation which interprets destination names as JNDI locations (with a configurable fallback strategy).
- 
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.