public class DefaultApplicationStatusService extends Object implements MutableApplicationStatusService
| Constructor and Description | 
|---|
| DefaultApplicationStatusService() | 
| Modifier and Type | Method and Description | 
|---|---|
| ApplicationState | getState() | 
| void | notifyApplicationStarted() | 
| void | notifyServletsLoaded() | 
| void | setState(ApplicationState state) | 
| void | shutDown() | 
@Nonnull public ApplicationState getState()
getState in interface ApplicationStatusServicepublic void setState(@Nonnull ApplicationState state)
setState in interface MutableApplicationStatusServicepublic void notifyServletsLoaded()
notifyServletsLoaded in interface MutableApplicationStatusServicepublic void notifyApplicationStarted()
notifyApplicationStarted in interface MutableApplicationStatusService@PreDestroy public void shutDown()
Copyright © 2003–2018 Atlassian. All rights reserved.