程序包的使用
cn.taketoday.jndi
使用cn.taketoday.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.
Support classes for JNDI usage,
including a JNDI-based BeanFactory implementation.
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.-
类说明Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.Callback interface to be implemented by classes that need to perform an operation (such as a lookup) in a JNDI context.
JndiLocatorSupportsubclass with public lookup methods, for convenient use as a delegate.Convenient superclass for classes that can locate any number of JNDI objects.Convenient superclass for JNDI-based service locators, providing configurable lookup of a specific JNDI resource.Helper class that simplifies JNDI operations. -
类说明Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.Convenient superclass for classes that can locate any number of JNDI objects.
-