| java.lang.Object | |
| ↳ | org.springframework.jndi.JndiAccessor |
Known Direct Subclasses
|
Convenient superclass for JNDI accessors, providing "jndiTemplate" and "jndiEnvironment" bean properties.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| logger | Logger, available to subclasses. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the JNDI environment to use for JNDI lookups.
| |||||||||||
Return the JNDI template to use for JNDI lookups.
| |||||||||||
Set the JNDI environment to use for JNDI lookups.
| |||||||||||
Set the JNDI template to use for JNDI lookups.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Logger, available to subclasses.
Set the JNDI environment to use for JNDI lookups.
Creates a JndiTemplate with the given environment settings.
Set the JNDI template to use for JNDI lookups.
You can also specify JNDI environment settings via "jndiEnvironment".