Package org.springframework.context
Interface LifecycleProcessor
- All Superinterfaces:
- Lifecycle
- All Known Implementing Classes:
- DefaultLifecycleProcessor
Strategy interface for processing Lifecycle beans within the ApplicationContext.
- Since:
- 3.0
- Author:
- Mark Fisher, Juergen Hoeller
- 
Method Summary
- 
Method Details- 
onRefreshvoid onRefresh()Notification of context refresh, e.g. for auto-starting components.
- 
onClosevoid onClose()Notification of context close phase, e.g. for auto-stopping components.
 
-