Uses of Interface
com.atlassian.confluence.status.service.SystemInformationService
-
-
Uses of SystemInformationService in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions with parameters of type SystemInformationService Modifier and Type Method Description voidViewSystemInfoAction. setSystemInformationService(SystemInformationService sysInfoService) -
Uses of SystemInformationService in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return SystemInformationService Modifier and Type Method Description SystemInformationServiceConfluenceActionSupport. getSystemInformationService()Methods in com.atlassian.confluence.core with parameters of type SystemInformationService Modifier and Type Method Description voidConfluenceActionSupport. setSystemInformationService(SystemInformationService systemInformationService) -
Uses of SystemInformationService in com.atlassian.confluence.impl.activeobjects
Constructors in com.atlassian.confluence.impl.activeobjects with parameters of type SystemInformationService Constructor Description ActiveObjectsDataSourceProvider(SystemInformationService systemInformationService, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory) -
Uses of SystemInformationService in com.atlassian.confluence.impl.startup
Constructors in com.atlassian.confluence.impl.startup with parameters of type SystemInformationService Constructor Description ConfluenceStartAnalyticsEventFactory(org.springframework.transaction.PlatformTransactionManager txManager, ClusterManager clusterManager, LicenseService licenseService, com.atlassian.plugin.parsers.SafeModeCommandLineArgumentsFactory safeModeCommandLineArgumentsFactory, SystemInformationService systemInformationService, SandboxPoolConfiguration conversionSandboxConfig) -
Uses of SystemInformationService in com.atlassian.confluence.jmx
Constructors in com.atlassian.confluence.jmx with parameters of type SystemInformationService Constructor Description JmxSystemInfoWrapper(SystemInformationService systemInformationService) -
Uses of SystemInformationService in com.atlassian.confluence.plugins.synchrony.bootstrap
Constructors in com.atlassian.confluence.plugins.synchrony.bootstrap with parameters of type SystemInformationService Constructor Description DefaultSynchronyProcessManager(BootstrapManager bootstrapManager, SystemInformationService systemInformationService, com.atlassian.confluence.plugins.synchrony.config.SynchronyConfigurationManager synchronyConfigurationManager, SynchronyMonitor synchronyMonitor, com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyExecutorServiceProvider executorServiceProvider, ClusterManager clusterManager, SynchronyProxyMonitor synchronyProxyMonitor, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.bandana.BandanaManager bandanaManager, SynchronyEnvironmentBuilder synchronyEnvironmentBuilder, SynchronyProcessBuilder synchronyProcessBuilder)SynchronyEnvironmentBuilder(BootstrapManager bootstrapManager, SystemInformationService systemInformationService, ClusterManager clusterManager, TomcatConfigHelper tomcatConfigHelper)SynchronyProcessBuilder(com.atlassian.sal.api.ApplicationProperties applicationProperties, SystemInformationService systemInformationService, ExternalProcessBuilderFactory externalProcessBuilderFactory, NonIdlingExternalProcessFactory nonIdlingExternalProcessFactory, ClusterManager clusterManager, DownloadResourceManager downloadResourceManager, TomcatConfigHelper tomcatConfigHelper) -
Uses of SystemInformationService in com.atlassian.confluence.status.service
Classes in com.atlassian.confluence.status.service that implement SystemInformationService Modifier and Type Class Description classDefaultSystemInformationServiceDefault implementation of theSystemInformationService.Constructors in com.atlassian.confluence.status.service with parameters of type SystemInformationService Constructor Description SystemInformationHelper(I18NBean i18n, SystemInformationService service) -
Uses of SystemInformationService in com.atlassian.confluence.util.profiling
Constructors in com.atlassian.confluence.util.profiling with parameters of type SystemInformationService Constructor Description ConfluenceUsageInfoInstrumentProvider(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.tenancy.api.TenantAccessor tenantAccessor, SystemInformationService systemInformationService, com.atlassian.cache.CacheManager cacheManager, ConfluenceInstrumentRegistry confluenceInstrumentRegistry)
-