Uses of Class
org.springframework.jndi.JndiLocatorSupport
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 JndiLocatorSupport in org.springframework.jdbc.datasource.lookup
-
Uses of JndiLocatorSupport in org.springframework.jms.support.destination
Modifier and TypeClassDescriptionclass
DestinationResolver
implementation which interprets destination names as JNDI locations (with a configurable fallback strategy). -
Uses of JndiLocatorSupport in org.springframework.jndi
Modifier and TypeClassDescriptionclass
JndiLocatorSupport
subclass with public lookup methods, for convenient use as a delegate.class
FactoryBean
that looks up a JNDI object.class
Convenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.class
AOPTargetSource
that provides configurable JNDI lookups forgetTarget()
calls. -
Uses of JndiLocatorSupport in org.springframework.jndi.support
Modifier and TypeClassDescriptionclass
Simple JNDI-based implementation of Spring'sBeanFactory
interface.