类的使用
org.springframework.jndi.JndiTemplate
使用JndiTemplate的程序包 程序包 说明 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.org.springframework.jndi中JndiTemplate的使用
返回JndiTemplate的org.springframework.jndi中的方法 修饰符和类型 方法 说明 JndiTemplateJndiAccessor. getJndiTemplate()Return the JNDI template to use for JNDI lookups.参数类型为JndiTemplate的org.springframework.jndi中的方法 修饰符和类型 方法 说明 voidJndiAccessor. setJndiTemplate(JndiTemplate jndiTemplate)Set the JNDI template to use for JNDI lookups.org.springframework.mock.jndi中JndiTemplate的使用
org.springframework.mock.jndi中JndiTemplate的子类 修饰符和类型 类 说明 classExpectedLookupTemplate已过时。Deprecated as of Spring Framework 5.2 in favor of complete solutions from third parties such as Simple-JNDIorg.springframework.remoting.rmi中JndiTemplate的使用
参数类型为JndiTemplate的org.springframework.remoting.rmi中的方法 修饰符和类型 方法 说明 voidJndiRmiServiceExporter. setJndiTemplate(JndiTemplate jndiTemplate)Set the JNDI template to use for JNDI lookups.org.springframework.scheduling.concurrent中JndiTemplate的使用
参数类型为JndiTemplate的org.springframework.scheduling.concurrent中的方法 修饰符和类型 方法 说明 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.org.springframework.transaction.jta中JndiTemplate的使用
返回JndiTemplate的org.springframework.transaction.jta中的方法 修饰符和类型 方法 说明 JndiTemplateJtaTransactionManager. getJndiTemplate()Return the JndiTemplate used for JNDI lookups.参数类型为JndiTemplate的org.springframework.transaction.jta中的方法 修饰符和类型 方法 说明 voidJtaTransactionManager. setJndiTemplate(JndiTemplate jndiTemplate)Set the JndiTemplate to use for JNDI lookups.