com.atlassian.confluence.status.service
Interface SystemInformationService

All Known Implementing Classes:
DefaultSystemInformationService

public interface SystemInformationService

A service for retrieving information about the system.


Method Summary
 ConfluenceInfo getConfluenceInfo()
           
 DatabaseInfo getDatabaseInfo()
           
 MemoryInfo getMemoryInfo()
           
 SystemInfo getSystemProperties()
           
 

Method Detail

getDatabaseInfo

DatabaseInfo getDatabaseInfo()
Returns:
information about the database configuration for the system. Should the system be in a state in which information is not available (e.g. bootstrap failed) then null will be returned.

getConfluenceInfo

ConfluenceInfo getConfluenceInfo()
Returns:
information about the Confluence build and other basic configuration for the system. Should the system be in a state in which information is not available (e.g. bootstrap failed) then null will be returned.

getSystemProperties

SystemInfo getSystemProperties()
Returns:
various useful system information points, mainly gathered from the System properties. Regardless of system state, an instance bean will always be returned from this call.

getMemoryInfo

MemoryInfo getMemoryInfo()
Returns:
information about the memory status of the system.


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.