Uses of Class
org.springframework.jndi.JndiTemplate
Packages that use JndiTemplate
Package
Description
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.
Scheduling convenience classes for the 
java.util.concurrent
 and jakarta.enterprise.concurrent packages, allowing to set up a
 ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring
 context.Transaction SPI implementation for JTA.
- 
Uses of JndiTemplate in org.springframework.jndiMethods in org.springframework.jndi that return JndiTemplateModifier and TypeMethodDescriptionJndiAccessor.getJndiTemplate()Return the JNDI template to use for JNDI lookups.Methods in org.springframework.jndi with parameters of type JndiTemplateModifier and TypeMethodDescriptionvoidJndiAccessor.setJndiTemplate(JndiTemplate jndiTemplate) Set the JNDI template to use for JNDI lookups.
- 
Uses of JndiTemplate in org.springframework.scheduling.concurrentMethods in org.springframework.scheduling.concurrent with parameters of type JndiTemplateModifier and TypeMethodDescriptionvoidDefaultManagedAwareThreadFactory.setJndiTemplate(JndiTemplate jndiTemplate) Set the JNDI template to use for JNDI lookups.voidDefaultManagedTaskExecutor.setJndiTemplate(JndiTemplate jndiTemplate) Set the JNDI template to use for JNDI lookups.voidDefaultManagedTaskScheduler.setJndiTemplate(JndiTemplate jndiTemplate) Set the JNDI template to use for JNDI lookups.
- 
Uses of JndiTemplate in org.springframework.transaction.jtaMethods in org.springframework.transaction.jta that return JndiTemplateModifier and TypeMethodDescriptionJtaTransactionManager.getJndiTemplate()Return the JndiTemplate used for JNDI lookups.Methods in org.springframework.transaction.jta with parameters of type JndiTemplateModifier and TypeMethodDescriptionvoidJtaTransactionManager.setJndiTemplate(JndiTemplate jndiTemplate) Set the JndiTemplate to use for JNDI lookups.