Uses of Class
org.springframework.jndi.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
Modifier and TypeMethodDescriptionJndiAccessor.getJndiTemplate()
Return the JNDI template to use for JNDI lookups.Modifier and TypeMethodDescriptionvoid
JndiAccessor.setJndiTemplate
(JndiTemplate jndiTemplate) Set the JNDI template to use for JNDI lookups. -
Uses of JndiTemplate in org.springframework.scheduling.concurrent
Modifier 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
Modifier and TypeMethodDescriptionJtaTransactionManager.getJndiTemplate()
Return the JndiTemplate used for JNDI lookups.Modifier and TypeMethodDescriptionvoid
JtaTransactionManager.setJndiTemplate
(JndiTemplate jndiTemplate) Set the JndiTemplate to use for JNDI lookups.