Class JndiAccessor
java.lang.Object
org.springframework.jndi.JndiAccessor
- Direct Known Subclasses:
 JndiLocatorSupport
Convenient superclass for JNDI accessors, providing "jndiTemplate"
 and "jndiEnvironment" bean properties.
- Since:
 - 1.1
 - Author:
 - Juergen Hoeller
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.apache.commons.logging.LogLogger, available to subclasses. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturn the JNDI environment to use for JNDI lookups.Return the JNDI template to use for JNDI lookups.voidsetJndiEnvironment(@Nullable Properties jndiEnvironment) Set the JNDI environment to use for JNDI lookups.voidsetJndiTemplate(@Nullable JndiTemplate jndiTemplate) Set the JNDI template to use for JNDI lookups. 
- 
Field Details
- 
logger
protected final org.apache.commons.logging.Log loggerLogger, available to subclasses. 
 - 
 - 
Constructor Details
- 
JndiAccessor
public JndiAccessor() 
 - 
 - 
Method Details
- 
setJndiTemplate
Set the JNDI template to use for JNDI lookups.You can also specify JNDI environment settings via "jndiEnvironment".
- See Also:
 
 - 
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.
- See Also:
 
 - 
getJndiEnvironment
Return the JNDI environment to use for JNDI lookups. 
 -