| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.jndi.JndiAccessor
public class JndiAccessor
Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
setJndiTemplate(org.springframework.jndi.JndiTemplate), 
setJndiEnvironment(java.util.Properties)| Field Summary | |
|---|---|
| protected  Log | loggerLogger, available to subclasses. | 
| Constructor Summary | |
|---|---|
| JndiAccessor() | |
| Method Summary | |
|---|---|
|  Properties | getJndiEnvironment()Return the JNDI environment to use for JNDI lookups. | 
|  JndiTemplate | getJndiTemplate()Return the JNDI template to use for JNDI lookups. | 
|  void | setJndiEnvironment(Properties jndiEnvironment)Set the JNDI environment to use for JNDI lookups. | 
|  void | setJndiTemplate(JndiTemplate jndiTemplate)Set the JNDI template to use for JNDI lookups. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected final Log logger
| Constructor Detail | 
|---|
public JndiAccessor()
| Method Detail | 
|---|
public void setJndiTemplate(JndiTemplate jndiTemplate)
You can also specify JNDI environment settings via "jndiEnvironment".
setJndiEnvironment(java.util.Properties)public JndiTemplate getJndiTemplate()
public void setJndiEnvironment(Properties jndiEnvironment)
Creates a JndiTemplate with the given environment settings.
setJndiTemplate(org.springframework.jndi.JndiTemplate)public Properties getJndiEnvironment()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||