|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to be implemented by beans that want to release resources on destruction. A BeanFactory is supposed to invoke the destroy method if it disposes a cached singleton. An application context is supposed to dispose all of its singletons on close.
An alternative to implementing DisposableBean is specifying a custom destroy-method, for example in an XML bean definition. For a list of all bean lifecycle methods, see the BeanFactory javadocs.
RootBeanDefinition.getDestroyMethodName(),
ConfigurableApplicationContext.close()| Method Summary | |
void |
destroy()
Invoked by a BeanFactory on destruction of a singleton. |
| Method Detail |
public void destroy()
throws java.lang.Exception
java.lang.Exception - in case of shutdown errors.
Exceptions will get logged but not rethrown to allow
other beans to release their resources too.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||