类 JndiAccessor
java.lang.Object
cn.taketoday.jndi.JndiAccessor
- 直接已知子类:
JndiLocatorSupport
Convenient superclass for JNDI accessors, providing "jndiTemplate"
and "jndiEnvironment" bean properties.
- 从以下版本开始:
- 4.0
- 作者:
- Juergen Hoeller
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Return the JNDI environment to use for JNDI lookups.Return the JNDI template to use for JNDI lookups.voidsetJndiEnvironment(Properties jndiEnvironment) Set the JNDI environment to use for JNDI lookups.voidsetJndiTemplate(JndiTemplate jndiTemplate) Set the JNDI template to use for JNDI lookups.
-
字段详细资料
-
logger
protected final cn.taketoday.logging.Logger loggerLogger, available to subclasses.
-
-
构造器详细资料
-
JndiAccessor
public JndiAccessor()
-
-
方法详细资料
-
setJndiTemplate
Set the JNDI template to use for JNDI lookups.You can also specify JNDI environment settings via "jndiEnvironment".
-
getJndiTemplate
Return the JNDI template to use for JNDI lookups. -
setJndiEnvironment
Set the JNDI environment to use for JNDI lookups.Creates a JndiTemplate with the given environment settings.
-
getJndiEnvironment
Return the JNDI environment to use for JNDI lookups.
-