spring-framework / org.springframework.jca.context / BootstrapContextAware / setBootstrapContext

setBootstrapContext

abstract fun setBootstrapContext(bootstrapContext: BootstrapContext): Unit

Set the BootstrapContext that this object runs in.

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.

Parameters

bootstrapContext - BootstrapContext object to be used by this object

See Also
org.springframework.beans.factory.InitializingBean#afterPropertiesSetorg.springframework.context.ApplicationContextAware#setApplicationContext