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.status.service   
 

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.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)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.