Interface DisposableBean

    • Method Detail

      • destroy

        void destroy()
              throws Exception
        Invoked by the containing BeanFactory on destruction of a bean.
        Throws:
        Exception - in case of shutdown errors. Exceptions will get logged but not rethrown to allow other beans to release their resources as well.