public interface BootstrapContextAware extends Aware
ResourceAdapterApplicationContext
) that it runs in.BootstrapContext
Modifier and Type | Method and Description |
---|---|
void |
setBootstrapContext(javax.resource.spi.BootstrapContext bootstrapContext)
Set the BootstrapContext that this object runs in.
|
void setBootstrapContext(javax.resource.spi.BootstrapContext bootstrapContext)
Invoked after population of normal bean properties but before an init
callback like InitializingBean's afterPropertiesSet
or a
custom init-method. Invoked after ApplicationContextAware's
setApplicationContext
.
bootstrapContext
- BootstrapContext object to be used by this objectInitializingBean.afterPropertiesSet()
,
ApplicationContextAware.setApplicationContext(org.springframework.context.ApplicationContext)
Copyright © 2015. All rights reserved.