| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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.
BootstrapContext| Method Summary | |
|---|---|
|  void | setBootstrapContext(BootstrapContext bootstrapContext)Set the BootstrapContext that this object runs in. | 
| Method Detail | 
|---|
void setBootstrapContext(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)| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||