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.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.jndi.support The simplest implementation of the JNDI SPI that could possibly work. 
org.springframework.transaction.jta Transaction SPI implementation for JTA. 
 

Classes in org.springframework.jndi used by org.springframework.ejb.access
AbstractJndiLocator
          Convenient superclass for JNDI-based Service Locators.
 

Classes in org.springframework.jndi used by org.springframework.jndi
AbstractJndiLocator
          Convenient superclass for JNDI-based Service Locators.
JndiCallback
          Callback interface to be implemented by classes that need to perform an operation (such as a lookup) in a JNDI context.
JndiTemplate
          Helper class that simplifies JNDI operations.
 

Classes in org.springframework.jndi used by org.springframework.jndi.support
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) 2003-2004 The Spring Framework Project.