public abstract class AbstractBean extends Object implements InitializingBean, DisposableBean
| Constructor and Description |
|---|
AbstractBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initialize bean.
|
void |
destroy()
Shutdown bean.
|
protected final Logger log
public void afterPropertiesSet()
throws Exception
The implementation in AbstractBean does nothing.
afterPropertiesSet in interface InitializingBeanExceptionpublic void destroy()
throws Exception
The implementation in AbstractBean does nothing.
destroy in interface DisposableBeanExceptionCopyright © 2020. All rights reserved.