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

org.springframework.jca.context (Spring Framework API 2.1) - Spring Framework 2.1.0 API 文档英文版


The Spring Framework

Package org.springframework.jca.context

Integration package that allows for deploying a Spring application context as a JCA 1.5 compliant RAR file.

See:
          Description

Interface Summary
BootstrapContextAware Interface to be implemented by any object that wishes to be notified of the BootstrapContext (typically determined by the ResourceAdapterApplicationContext) that it runs in.
 

Class Summary
BootstrapContextAwareProcessor BeanPostProcessor implementation that passes the BootstrapContext to beans that implement the BootstrapContextAware interface.
ResourceAdapterApplicationContext ApplicationContext implementation for a JCA ResourceAdapter.
SpringContextResourceAdapter JCA 1.5 ResourceAdapter implementation that loads a Spring ApplicationContext, starting and stopping Spring-managed beans as part of the ResourceAdapter's lifecycle.
 

Package org.springframework.jca.context Description

Integration package that allows for deploying a Spring application context as a JCA 1.5 compliant RAR file.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.