Uses of Package
org.springframework.jndi

Packages that use org.springframework.jndi
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.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.ejb.access
JndiAccessor
          Convenient superclass for JNDI accessors that provides 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.
 

Classes in org.springframework.jndi used by org.springframework.jms.support.destination
JndiAccessor
          Convenient superclass for JNDI accessors that provides 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 that provides 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.
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 that provides 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.
 

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



Copyright (C) 2003-2004 The Spring Framework Project.