Package org.dellroad.stuff.spring
Class AbstractBean
java.lang.Object
org.dellroad.stuff.spring.AbstractBean
- All Implemented Interfaces:
DisposableBean
,InitializingBean
- Direct Known Subclasses:
AbstractConfiguredBean
Generic support superclass for Spring beans.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
log
-
-
Constructor Details
-
AbstractBean
public AbstractBean()
-
-
Method Details
-
afterPropertiesSet
Initialize bean.The implementation in
AbstractBean
does nothing.- Specified by:
afterPropertiesSet
in interfaceInitializingBean
- Throws:
Exception
-
destroy
Shutdown bean.The implementation in
AbstractBean
does nothing.- Specified by:
destroy
in interfaceDisposableBean
- Throws:
Exception
-