Uses of Class
org.springframework.jndi.JndiLocatorSupport

Packages that use JndiLocatorSupport
org.springframework.context.access Helper infrastructure to locate and access shared application contexts. 
org.springframework.ejb.access This package contains classes that allow easy access to EJBs. 
org.springframework.jms.support.destination Support classes for Spring's JMS framework. 
org.springframework.jmx.support Contains support classes for connecting to local and remote MBeanServers and for exposing an MBeanServer to remote clients. 
org.springframework.jndi 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. 
org.springframework.remoting.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers. 
 

Uses of JndiLocatorSupport in org.springframework.context.access
 

Subclasses of JndiLocatorSupport in org.springframework.context.access
 class ContextJndiBeanFactoryLocator
          BeanFactoryLocator implementation that creates the BeanFactory from one or more classpath locations specified in a JNDI environment variable.
 

Uses of JndiLocatorSupport in org.springframework.ejb.access
 

Subclasses of JndiLocatorSupport in org.springframework.ejb.access
 class AbstractRemoteSlsbInvokerInterceptor
          Superclass for interceptors proxying remote Stateless Session Beans.
 class AbstractSlsbInvokerInterceptor
          Superclass for AOP interceptors invoking local or remote Stateless Session Beans.
 class LocalSlsbInvokerInterceptor
          Invoker for a local Stateless Session Bean.
 class LocalStatelessSessionProxyFactoryBean
          Convenient factory for local Stateless Session Bean (SLSB) proxies.
 class SimpleRemoteSlsbInvokerInterceptor
          Basic invoker for a remote Stateless Session Bean.
 class SimpleRemoteStatelessSessionProxyFactoryBean
          Convenient factory for remote SLSB proxies.
 

Uses of JndiLocatorSupport in org.springframework.jms.support.destination
 

Subclasses of JndiLocatorSupport in org.springframework.jms.support.destination
 class JndiDestinationResolver
          DestinationResolver implementation which interprets destination names as JNDI locations (with a configurable fallback strategy).
 

Uses of JndiLocatorSupport in org.springframework.jmx.support
 

Subclasses of JndiLocatorSupport in org.springframework.jmx.support
 class WebLogicJndiMBeanServerFactoryBean
          FactoryBean that obtains the WebLogic MBeanServer instance through a WebLogic MBeanHome obtained via a JNDI lookup.
 

Uses of JndiLocatorSupport in org.springframework.jndi
 

Subclasses of JndiLocatorSupport in org.springframework.jndi
 class JndiObjectFactoryBean
          FactoryBean that looks up a JNDI object.
 class JndiObjectLocator
          Convenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.
 class JndiObjectTargetSource
          AOP TargetSource that provides configurable JNDI lookups for getTarget() calls.
 

Uses of JndiLocatorSupport in org.springframework.remoting.rmi
 

Subclasses of JndiLocatorSupport in org.springframework.remoting.rmi
 class JndiRmiClientInterceptor
          Interceptor for accessing RMI services from JNDI.
 class JndiRmiProxyFactoryBean
          Factory bean for RMI proxies from JNDI.
 



Copyright (c) 2002-2007 The Spring Framework Project.