类的使用
cn.taketoday.jndi.JndiTemplate
使用JndiTemplate的程序包
程序包
说明
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 Framework
context.-
cn.taketoday.jndi中JndiTemplate的使用
参数类型为JndiTemplate的cn.taketoday.jndi中的方法修饰符和类型方法说明voidJndiAccessor.setJndiTemplate(JndiTemplate jndiTemplate) Set the JNDI template to use for JNDI lookups. -
cn.taketoday.scheduling.concurrent中JndiTemplate的使用
修饰符和类型方法说明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.