类的使用
cn.taketoday.jndi.JndiAccessor
使用JndiAccessor的程序包
程序包
说明
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.
Support classes for JNDI usage,
including a JNDI-based BeanFactory implementation.
-
cn.taketoday.jndi中JndiAccessor的使用
修饰符和类型类说明classJndiLocatorSupportsubclass with public lookup methods, for convenient use as a delegate.classConvenient superclass for classes that can locate any number of JNDI objects.classFactoryBeanthat looks up a JNDI object.classConvenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.classAOPTargetSourcethat provides configurable JNDI lookups forgetTarget()calls. -
cn.taketoday.jndi.support中JndiAccessor的使用