Uses of Package
org.springframework.jndi

Packages that use org.springframework.jndi
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.mock.jndi The simplest implementation of the JNDI SPI that could possibly work. 
org.springframework.remoting.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers. 
org.springframework.transaction.jta Transaction SPI implementation for JTA. 
 

Classes in org.springframework.jndi used by org.springframework.context.access
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
 

Classes in org.springframework.jndi used by org.springframework.ejb.access
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
JndiObjectLocator
          Convenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.
 

Classes in org.springframework.jndi used by org.springframework.jms.support.destination
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
 

Classes in org.springframework.jndi used by org.springframework.jmx.support
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
 

Classes in org.springframework.jndi used by org.springframework.jndi
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiCallback
          Callback interface to be implemented by classes that need to perform an operation (such as a lookup) in a JNDI context.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
JndiObjectLocator
          Convenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.
JndiTemplate
          Helper class that simplifies JNDI operations.
 

Classes in org.springframework.jndi used by org.springframework.mock.jndi
JndiTemplate
          Helper class that simplifies JNDI operations.
 

Classes in org.springframework.jndi used by org.springframework.remoting.rmi
JndiAccessor
          Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
JndiLocatorSupport
          Convenient superclass for classes that can locate any number of JNDI objects.
JndiObjectLocator
          Convenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.
JndiTemplate
          Helper class that simplifies JNDI operations.
 

Classes in org.springframework.jndi used by org.springframework.transaction.jta
JndiTemplate
          Helper class that simplifies JNDI operations.
 



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