Package com.atlassian.confluence.server
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 Summary
Constructors Constructor Description ApplicationStatusServiceListener(MutableApplicationStatusService applicationStatusService, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
void
destroy()
void
onApplicationStoppingEvent(com.atlassian.config.lifecycle.events.ApplicationStoppingEvent e)
-
-
-
Constructor Detail
-
ApplicationStatusServiceListener
public ApplicationStatusServiceListener(MutableApplicationStatusService applicationStatusService, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
onApplicationStoppingEvent
@EventListener public void onApplicationStoppingEvent(com.atlassian.config.lifecycle.events.ApplicationStoppingEvent e)
-
-