接口的使用
cn.taketoday.jndi.JndiCallback
使用JndiCallback的程序包
程序包
说明
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.
-
cn.taketoday.jndi中JndiCallback的使用
参数类型为JndiCallback的cn.taketoday.jndi中的方法修饰符和类型方法说明<T> TJndiTemplate.execute(JndiCallback<T> contextCallback) Execute the given JNDI context callback implementation.