Interface LifeCycleAwareBean
- All Superinterfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanFactoryAware
,org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.InitializingBean
public interface LifeCycleAwareBean
extends org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.BeanFactoryAware
- Author:
- Fabrizio Giudici
-
Method Summary
Methods inherited from interface org.springframework.beans.factory.BeanFactoryAware
setBeanFactory
Methods inherited from interface org.springframework.beans.factory.DisposableBean
destroy
Methods inherited from interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet