当前页面:
在线文档首页 >
Spring Framework 2.1.0 API 文档英文版
ResourceAdapterApplicationContext (Spring Framework API 2.1) - Spring Framework 2.1.0 API 文档英文版
org.springframework.jca.context
Class ResourceAdapterApplicationContext
java.lang.Object
org.springframework.core.io.DefaultResourceLoader
org.springframework.context.support.AbstractApplicationContext
org.springframework.context.support.GenericApplicationContext
org.springframework.jca.context.ResourceAdapterApplicationContext
- All Implemented Interfaces:
- BeanFactory, DisposableBean, HierarchicalBeanFactory, ListableBeanFactory, BeanDefinitionRegistry, ApplicationContext, ApplicationEventPublisher, ConfigurableApplicationContext, Lifecycle, MessageSource, ResourceLoader, ResourcePatternResolver
public class ResourceAdapterApplicationContext
- extends GenericApplicationContext
ApplicationContext
implementation
for a JCA ResourceAdapter. Needs to be initialized with the JCA
BootstrapContext
, passing it on to
Spring-managed beans that implement BootstrapContextAware
.
- Since:
- 2.1
- Author:
- Juergen Hoeller
- See Also:
SpringContextResourceAdapter
,
BootstrapContextAware
Methods inherited from class org.springframework.context.support.GenericApplicationContext |
closeBeanFactory, getBeanDefinition, getBeanFactory, getDefaultListableBeanFactory, getResource, getResources, refreshBeanFactory, registerAlias, registerBeanDefinition, setParent, setResourceLoader |
Methods inherited from class org.springframework.context.support.AbstractApplicationContext |
addApplicationListener, addBeanFactoryPostProcessor, addListener, close, containsBean, containsBeanDefinition, containsLocalBean, destroy, destroyBeans, doClose, getAliases, getApplicationListeners, getAutowireCapableBeanFactory, getBean, getBean, getBeanDefinitionCount, getBeanDefinitionNames, getBeanFactoryPostProcessors, getBeanNamesForType, getBeanNamesForType, getBeansOfType, getBeansOfType, getDisplayName, getInternalParentBeanFactory, getInternalParentMessageSource, getLifecycleBeans, getMessage, getMessage, getMessage, getParent, getParentBeanFactory, getResourcePatternResolver, getStartupDate, getType, initApplicationEventMulticaster, initMessageSource, invokeBeanFactoryPostProcessors, isActive, isPrototype, isRunning, isSingleton, isTypeMatch, obtainFreshBeanFactory, onClose, onRefresh, prepareBeanFactory, prepareRefresh, publishEvent, refresh, registerBeanPostProcessors, registerListeners, registerShutdownHook, setDisplayName, start, stop, toString |
ResourceAdapterApplicationContext
public ResourceAdapterApplicationContext(BootstrapContext bootstrapContext)
- Create a new ResourceAdapterApplicationContext for the given BootstrapContext.
- Parameters:
bootstrapContext
- the JCA BootstrapContext that the ResourceAdapter
has been started with
postProcessBeanFactory
protected void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
throws BeansException
- Description copied from class:
AbstractApplicationContext
- Modify the application context's internal bean factory after its standard
initialization. All bean definitions will have been loaded, but no beans
will have been instantiated yet. This allows for registering special
BeanPostProcessors etc in certain ApplicationContext implementations.
- Overrides:
postProcessBeanFactory
in class AbstractApplicationContext
- Parameters:
beanFactory
- the bean factory used by the application context
- Throws:
BeansException
Copyright © 2002-2007 The Spring Framework.