| 程序包 | 说明 |
|---|---|
| org.springframework.jndi |
The classes in this package make JNDI easier to use,
facilitating the accessing of configuration stored in JNDI,
and provide useful superclasses for JNDI access classes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
JndiTemplate.execute(JndiCallback<T> contextCallback)
Execute the given JNDI context callback implementation.
|