Interface DisposableBean

  • All Known Implementing Classes:
    JettyServer

    public interface DisposableBean
    The Interface DisposableBean.
    Since:
    2011. 2. 20.
    • Method Detail

      • destroy

        @AvoidAdvice
        void destroy()
              throws java.lang.Exception
        A Dispose implementation that calls the destroy() method.
        Throws:
        java.lang.Exception - if destruction fails