Uses of Class
org.springframework.jndi.JndiTemplate

Packages that use JndiTemplate
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.transaction.jta Transaction SPI implementation for JTA. 
 

Uses of JndiTemplate in org.springframework.jndi
 

Methods in org.springframework.jndi that return JndiTemplate
 JndiTemplate JndiAccessor.getJndiTemplate()
          Return the JNDI template to use for JNDI lookups.
 

Methods in org.springframework.jndi with parameters of type JndiTemplate
 void JndiAccessor.setJndiTemplate(JndiTemplate jndiTemplate)
          Set the JNDI template to use for JNDI lookups.
 

Uses of JndiTemplate in org.springframework.mock.jndi
 

Subclasses of JndiTemplate in org.springframework.mock.jndi
 class ExpectedLookupTemplate
          Simple implementation of JndiTemplate interface that always returns a given object.
 

Uses of JndiTemplate in org.springframework.transaction.jta
 

Methods in org.springframework.transaction.jta that return JndiTemplate
 JndiTemplate JtaTransactionManager.getJndiTemplate()
          Return the JndiTemplate used for JNDI lookups.
 

Methods in org.springframework.transaction.jta with parameters of type JndiTemplate
 void JtaTransactionManager.setJndiTemplate(JndiTemplate jndiTemplate)
          Set the JndiTemplate to use for JNDI lookups.
 



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