spring-framework / org.springframework.scheduling.concurrent / DefaultManagedTaskScheduler / setJndiName

setJndiName

open fun setJndiName(jndiName: String): Unit

Specify a JNDI name of the java.util.concurrent.Executor to delegate to, replacing the default JNDI name "java:comp/DefaultManagedScheduledExecutorService".

This can either be a fully qualified JNDI name, or the JNDI name relative to the current environment naming context if "resourceRef" is set to "true".

See Also
#setConcurrentExecutor#setResourceRef