Class ApplicationStatusServiceImpl
java.lang.Object
com.atlassian.crowd.status.servlet.ApplicationStatusServiceImpl
- All Implemented Interfaces:
ApplicationStatusService
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationStatusServiceImpl
(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.johnson.JohnsonEventContainer johnsonEventContainer, ApplicationManager applicationManager) -
Method Summary
-
Constructor Details
-
ApplicationStatusServiceImpl
public ApplicationStatusServiceImpl(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.johnson.JohnsonEventContainer johnsonEventContainer, ApplicationManager applicationManager)
-
-
Method Details
-
onApplicationReadyEvent
-
onSetupCompleteEvent
-
getState
- Specified by:
getState
in interfaceApplicationStatusService
- Returns:
- the current state of the Crowd application
-
register
@PostConstruct public void register() -
unregister
@PreDestroy public void unregister()
-