public class DefaultApplicationStatusService extends Object implements MutableApplicationStatusService
Constructor and Description |
---|
DefaultApplicationStatusService() |
Modifier and Type | Method and Description |
---|---|
@NonNull ApplicationState |
getState() |
static boolean |
isError() |
void |
notifyApplicationStarted() |
void |
notifyServletsLoaded() |
void |
setState(@NonNull ApplicationState state) |
void |
shutDown() |
public @NonNull ApplicationState getState()
getState
in interface ApplicationStatusService
public static boolean isError()
public void setState(@NonNull ApplicationState state)
setState
in interface MutableApplicationStatusService
public void notifyServletsLoaded()
notifyServletsLoaded
in interface MutableApplicationStatusService
public void notifyApplicationStarted()
notifyApplicationStarted
in interface MutableApplicationStatusService
@PreDestroy public void shutDown()
Copyright © 2003–2021 Atlassian. All rights reserved.