Uses of Interface
com.atlassian.confluence.status.service.SystemInformationService

Packages that use SystemInformationService
com.atlassian.confluence.admin.actions   
com.atlassian.confluence.core   
com.atlassian.confluence.jmx   
com.atlassian.confluence.plugin.descriptor   
com.atlassian.confluence.status.service   
com.atlassian.confluence.upgrade.impl   
com.atlassian.confluence.util.i18n   
 

Uses of SystemInformationService in com.atlassian.confluence.admin.actions
 

Methods in com.atlassian.confluence.admin.actions with parameters of type SystemInformationService
 void ViewSystemInfoAction.setSystemInformationService(SystemInformationService sysInfoService)
           
 

Uses of SystemInformationService in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return SystemInformationService
 SystemInformationService ConfluenceActionSupport.getSystemInformationService()
           
 

Methods in com.atlassian.confluence.core with parameters of type SystemInformationService
 void ConfluenceActionSupport.setSystemInformationService(SystemInformationService systemInformationService)
           
 

Uses of SystemInformationService in com.atlassian.confluence.jmx
 

Constructors in com.atlassian.confluence.jmx with parameters of type SystemInformationService
JmxSystemInfoWrapper(SystemInformationService systemInformationService)
           
 

Uses of SystemInformationService in com.atlassian.confluence.plugin.descriptor
 

Constructors in com.atlassian.confluence.plugin.descriptor with parameters of type SystemInformationService
MacroMetadataParser(SystemInformationService systemInformationService, I18NBeanFactory i18NBeanFactory)
           
 

Uses of SystemInformationService in com.atlassian.confluence.status.service
 

Classes in com.atlassian.confluence.status.service that implement SystemInformationService
 class DefaultSystemInformationService
           Default implementation of the SystemInformationService.
 

Constructors in com.atlassian.confluence.status.service with parameters of type SystemInformationService
SystemInformationHelper(I18NBean i18n, SystemInformationService service)
           
 

Uses of SystemInformationService in com.atlassian.confluence.upgrade.impl
 

Methods in com.atlassian.confluence.upgrade.impl with parameters of type SystemInformationService
 void DefaultUpgradeManager.setSystemInformationService(SystemInformationService systemInformationService)
           
 

Uses of SystemInformationService in com.atlassian.confluence.util.i18n
 

Constructors in com.atlassian.confluence.util.i18n with parameters of type SystemInformationService
VersionSpecificDocumentationBean(SystemInformationService systemInformationService, I18NBean i18NBean)
           
VersionSpecificDocumentationBeanFactory(SystemInformationService systemInformationService, UserI18NBeanFactory userI18NBeanFactory)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.