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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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 |
---|