Uses of Interface
com.atlassian.confluence.server.ApplicationStatusService
-
Packages that use ApplicationStatusService Package Description com.atlassian.confluence.event com.atlassian.confluence.impl.search.v2.extractor com.atlassian.confluence.server -
-
Uses of ApplicationStatusService in com.atlassian.confluence.event
Constructors in com.atlassian.confluence.event with parameters of type ApplicationStatusService Constructor Description ConfluenceListenerHandlersConfiguration(ApplicationStatusService applicationStatusService)
-
Uses of ApplicationStatusService in com.atlassian.confluence.impl.search.v2.extractor
Constructors in com.atlassian.confluence.impl.search.v2.extractor with parameters of type ApplicationStatusService Constructor Description AttachmentExtractedTextExtractor(AttachmentExtractedTextManager attachmentExtractedTextManager, AttachmentStatusManager attachmentStatusManager, ApplicationStatusService applicationStatusService, AttachmentTextExtractionService remoteAttachmentTextExtractionService, PluginAttachmentTextExtractorsProvider pluginAttachmentTextExtractorsProvider, ShouldExtractAttachmentTextPredicate shouldExtractAttachmentTextPredicate)
-
Uses of ApplicationStatusService in com.atlassian.confluence.server
Subinterfaces of ApplicationStatusService in com.atlassian.confluence.server Modifier and Type Interface Description interface
MutableApplicationStatusService
Monitors for the state of the server.Classes in com.atlassian.confluence.server that implement ApplicationStatusService Modifier and Type Class Description class
DefaultApplicationStatusService
-