Class ApplicationStatusServiceListener

java.lang.Object
com.atlassian.confluence.server.ApplicationStatusServiceListener
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class ApplicationStatusServiceListener extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Since:
7.9.0
  • Constructor Details

    • ApplicationStatusServiceListener

      public ApplicationStatusServiceListener(MutableApplicationStatusService applicationStatusService, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • onApplicationStoppingEvent

      @EventListener public void onApplicationStoppingEvent(ApplicationStoppingEvent e)
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception