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.jndi
Methods 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 TypeMethodDescriptionvoid
JndiAccessor.setJndiTemplate
(JndiTemplate jndiTemplate) Set the JNDI template to use for JNDI lookups. -
Uses of JndiTemplate in org.springframework.scheduling.concurrent
Methods in org.springframework.scheduling.concurrent with parameters of type JndiTemplateModifier and TypeMethodDescriptionvoid
DefaultManagedAwareThreadFactory.setJndiTemplate
(JndiTemplate jndiTemplate) Set the JNDI template to use for JNDI lookups.void
DefaultManagedTaskExecutor.setJndiTemplate
(JndiTemplate jndiTemplate) Set the JNDI template to use for JNDI lookups.void
DefaultManagedTaskScheduler.setJndiTemplate
(JndiTemplate jndiTemplate) Set the JNDI template to use for JNDI lookups. -
Uses of JndiTemplate in org.springframework.transaction.jta
Methods 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 TypeMethodDescriptionvoid
JtaTransactionManager.setJndiTemplate
(JndiTemplate jndiTemplate) Set the JndiTemplate to use for JNDI lookups.