|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.jndi.JndiAccessor
Convenient superclass for JNDI accessors that provides jndiTemplate and jndiEnvironment bean properties.
setJndiTemplate(org.springframework.jndi.JndiTemplate)
,
setJndiEnvironment(java.util.Properties)
Field Summary | |
protected Log |
logger
|
Constructor Summary | |
JndiAccessor()
|
Method Summary | |
Properties |
getJndiEnvironment()
Return the JNDI enviromment to use for the JNDI lookup. |
JndiTemplate |
getJndiTemplate()
Return the JNDI template to use for the JNDI lookup. |
void |
setJndiEnvironment(Properties jndiEnvironment)
Set the JNDI environment to use for the JNDI lookup. |
void |
setJndiTemplate(JndiTemplate jndiTemplate)
Set the JNDI template to use for the JNDI lookup. |
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)
setJndiEnvironment(java.util.Properties)
public JndiTemplate getJndiTemplate()
public void setJndiEnvironment(Properties jndiEnvironment)
setJndiTemplate(org.springframework.jndi.JndiTemplate)
public Properties getJndiEnvironment()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |