Interface InitializableBean
-
- All Known Implementing Classes:
QuartzSchedulerFactoryBean
public interface InitializableBeanThe Interface InitializableBean.- Since:
- 2011. 2. 20.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialize()Invoke on initialization after it has set all bean properties supplied.
-
-
-
Method Detail
-
initialize
@AvoidAdvice void initialize() throws java.lang.Exception
Invoke on initialization after it has set all bean properties supplied.- Throws:
java.lang.Exception- if initialization fails
-
-