| java.lang.Object | |||
| ↳ | org.springframework.jndi.JndiAccessor | ||
| ↳ | org.springframework.jndi.JndiLocatorSupport | ||
| ↳ | org.springframework.jndi.JndiLocatorDelegate | ||
JndiLocatorSupport subclass with public lookup methods,
for convenient use as a delegate.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.jndi.JndiLocatorSupport
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.jndi.JndiAccessor
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Perform an actual JNDI lookup for the given name via the JndiTemplate.
| |||||||||||
Perform an actual JNDI lookup for the given name via the JndiTemplate.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.jndi.JndiLocatorSupport
| |||||||||||
From class
org.springframework.jndi.JndiAccessor
| |||||||||||
From class
java.lang.Object
| |||||||||||
Perform an actual JNDI lookup for the given name via the JndiTemplate.
If the name doesn't begin with "java:comp/env/", this prefix is added if "resourceRef" is set to "true".
| jndiName | the JNDI name to look up |
|---|---|
| requiredType | the required type of the object |
| NamingException |
|---|
Perform an actual JNDI lookup for the given name via the JndiTemplate.
If the name doesn't begin with "java:comp/env/", this prefix is added if "resourceRef" is set to "true".
| jndiName | the JNDI name to look up |
|---|
| NamingException |
|---|