站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.jndi.JndiCallback (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.jndi.JndiCallback

Packages that use JndiCallback
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. 
 

Uses of JndiCallback in org.springframework.jndi
 

Methods in org.springframework.jndi with parameters of type JndiCallback
 Object JndiTemplate.execute(JndiCallback contextCallback)
          Execute the given JNDI context callback implementation.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.