类的使用
cn.taketoday.jndi.JndiLocatorDelegate
使用JndiLocatorDelegate的程序包
程序包
说明
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中JndiLocatorDelegate的使用
修饰符和类型方法说明static JndiLocatorDelegateJndiLocatorDelegate.createDefaultResourceRefLocator()Configure aJndiLocatorDelegatewith its "resourceRef" property set totrue, meaning that all names will be prefixed with "java:comp/env/".参数类型为JndiLocatorDelegate的cn.taketoday.jndi中的构造器限定符构造器说明JndiPropertySource(String name, JndiLocatorDelegate jndiLocator) Create a newJndiPropertySourcewith the given name and the givenJndiLocatorDelegate.