Package com.atlassian.confluence.server
Interface MutableApplicationStatusService
-
- All Superinterfaces:
ApplicationStatusService
- All Known Implementing Classes:
DefaultApplicationStatusService
public interface MutableApplicationStatusService extends ApplicationStatusService
Monitors for the state of the server.- Since:
- 5.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyApplicationStarted()
void
notifyServletsLoaded()
void
setState(@NonNull ApplicationState state)
-
Methods inherited from interface com.atlassian.confluence.server.ApplicationStatusService
getState
-
-
-
-
Method Detail
-
setState
void setState(@NonNull ApplicationState state)
-
notifyServletsLoaded
void notifyServletsLoaded()
-
notifyApplicationStarted
void notifyApplicationStarted()
-
-