Uses of Class
org.springframework.jndi.JndiTemplate
Packages that use JndiTemplate Package Description 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 Deprecated as of Spring Framework 5.2 in favor of complete solutions from third parties such as Simple-JNDI.org.springframework.remoting.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers.org.springframework.scheduling.concurrent Scheduling convenience classes for thejava.util.concurrentandjavax.enterprise.concurrentpackages, allowing to set up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring context.org.springframework.transaction.jta Transaction SPI implementation for JTA.Uses of JndiTemplate in org.springframework.jndi
Methods in org.springframework.jndi that return JndiTemplate Modifier and Type Method Description JndiTemplateJndiAccessor. getJndiTemplate()Return the JNDI template to use for JNDI lookups.Methods in org.springframework.jndi with parameters of type JndiTemplate Modifier and Type Method Description voidJndiAccessor. 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 Modifier and Type Class Description classExpectedLookupTemplateDeprecated.Deprecated as of Spring Framework 5.2 in favor of complete solutions from third parties such as Simple-JNDIUses of JndiTemplate in org.springframework.remoting.rmi
Methods in org.springframework.remoting.rmi with parameters of type JndiTemplate Modifier and Type Method Description voidJndiRmiServiceExporter. 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 JndiTemplate Modifier and Type Method Description voidDefaultManagedAwareThreadFactory. 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.jta
Methods in org.springframework.transaction.jta that return JndiTemplate Modifier and Type Method Description JndiTemplateJtaTransactionManager. getJndiTemplate()Return the JndiTemplate used for JNDI lookups.Methods in org.springframework.transaction.jta with parameters of type JndiTemplate Modifier and Type Method Description voidJtaTransactionManager. setJndiTemplate(JndiTemplate jndiTemplate)Set the JndiTemplate to use for JNDI lookups.